Hello creatio community,
I have created a column into the object "RegDocumentType" named "Order". This object is used as a foreign key in "DocListInFinApp" which is displayed in "FinAppLendingPage" screen.
I want to apply a default sorting by RegDocumentType.Order in FinAppLendingPage as below:
"DocListInFinAppDetail": {
"schemaName": "DocListInFinAppDetail",
"filter": {
"masterColumn": "Id",
"detailColumn": "FinApplication"
},
"sortColumn": "Document",
"sortColumnDirection": Terrasoft.OrderDirection.ASC,
"sortColumnIndex": 0
},
The filter applied its working when I open the page. Do you have any suggestions on how to fix it?