Skip to Content
0
May 31, 2018 at 06:40 PM

Changing fields displayed in a CRM Web UI Resultset.

265 Views

Currently we are using a GET_M_..... method to define the metadata type of an attribute. We coded getter and setter methods for a Case Search Application. When we press the search button to process our query, one of the fields displayed in the Case result set is a 5 character Regional ID. We would like for the 60 characters Regional description to be displayed instead of the Regional ID. Which getter and setter methods must we change and what code changes are necessary in order to accomplish this. The data element component defines a 5 character regional ID, however, but fields are defined on the data element and structure. I was told it should be an easy change which involve just changing some settings to print the description instead of the Regional ID and very little coding required. Please help with your suggestions. Thanks.