Monday, March 15, 2010

How To Add Parent Organization Name In Lookup

------------How to add new search criteria in "Filter By" drop-down field and also add additional column?Need to display Organization Parent name in organization lookup

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 (\xellerate\config\)

2)xlWebAdmin_en.properties(\server\default\deploy\Xellerate.ear\xlWebApp.war\WEB-INF\Classes\)

Please follow the following steps:For example:To add "Organizations Parent Name" and Status in search field.1)

Open FormMetaData.xml (\xellerate\config\)

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

(\server\default\deploy\Xellerate.ear\xlWebApp.war\WEB-INF\Classes\)Search for the term "lookupfield.header."

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