Display additional column to Party Search Table

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Display additional column to Party Search Table

mageshjaganathan
Hi All,

I have created an additional custom column named 'crmId' and i am able to add/edit the details in it.

However, when I try to search for a particular party details, I am able to see the column name but not the values of 'crmId'

I have added this field in PartyForms.xml as below

<field name="crmId" title="${uiLabelMap.PartyCrmId}"><display description="${crmId.description}"/></field>

Was not sure whether it is something to do with the display tag (or) anything more to be done to retrieve information from Database.

Appreciate a response on this.