Hello CRM Web UI Techs,
I added one value attribute to the result list for display purpose. For display values of the value attribute I populate the data in the getter method of the value attribute. (Just passed values to return paramater (value) of getter method).
Now the requirement is sort this value attribute based on the value attribute values. for enabling sorting, In the get_p method, I wrote the logic, When 'sortable' and rv_value = 'X'.
I tried to search in SCN, i got few links regarding this issue,
Sorting on custom fields- Is it possible when field is not part of BOL? - CRM - SCN Wiki
SORTING Partner Result List with value Attributes
SAP CRM WebUI : Sorting custom columns (custom attributes)
......
I could not get exact solution. Kindly provide solution in the best way to achieve this requirment. I would appreciate if any one help me and get rid from this issue.