For adding new search criteria in
"Filter By" drop-down field and additional column. We need toadd that filed in the two files.1)
FormMetaData.xml (
2)xlWebAdmin_en.properties(
Please follow the following steps:For example:To add "Organizations Parent Name" and Status in search field.1)
Open FormMetaData.xml (
2) Add one more field "Organizations.Parent Name" in below section and save file.displayColumns="Organizations.Organization Name,Organizations.Status,Organizations.Parent Name"----
3) Open xlWebAdmin_en.properties
(
in that file and add below to the end of the existingentires.lookupfield.header.organizations.status=Statuslookupfield.header.organizations.parent_name=Parent Name
4) Save
5) Restart Server