Hello experts,
I have added one custom attribute in context node by appending the structure in get line sample. For this i have written code in get method to populate the data of this attribute in my result view (table view) and data is populating correctly. But, When i sort this attribute in UI , it is not getting sort since the sorting is happening in BOL entity level. so please help me to achive this.
Thanks in advance.
Hi Shiva,
To add an attribute to a table view:
1. Add it to one of the context nodes - right click and then add.
2. Add it to get_table_line_sample
3. if attribute belongs to some other bol object then write corresponding code in get_xxx (and set_xxxx) method.
4. Add attribute to view using view configuration.
Regards,
BJ
Hi BJ,
Thanks for your reply, I have added the field and the data is populating,but, in UI (table view) this field is not getting sort when i press sort ascending or sort descending.