Hi Community,
How can I sort the the records in detail using the client code
Like
Dear Fulgen,
You may use and example described here: https://community.bpmonline.com/articles/how-sort-records-date-modifica…
Angela Reyes,
Hi Angela,
Thanks for your answer, but I don't need to create a query anymore since I am using already a detail, is there any property under it that can sort the list by column
Fulgen Ninofranco,
I recommend you to use entityschemaquery like Angela said, but if it`s not an option there is one more way to achieve it.
Also, please note on attributes of GridDetail: sortColumn, sortColumnDirection, sortColumnIndex.
It will look something like this:
"sortColumn": {"bindTo": "sortColumn"}, "sortColumnDirection": {"bindTo": "GridSortDirection"}, "sortColumnIndex": {"bindTo": "SortColumnIndex"}
Also, more about details you can find here:
https://academy.bpmonline.com/documents/technic-sdk/7-13/details-0
Best regards,
Alex