Hi all,
i did it small things but its sort order not working.
i have a worker number in grid
00001
00003
00004
00002
00005
00009
00006
once i did Ascending order same line still showing.
in the table level :HCMWorkerRecid field
in the grid level : reference group name and number.
below my code.
this.query().dataSourceName('MPLegalCommitment').addSortField(fieldNum(MPLegalCommitment, Worker), SortOrder::Ascending);
as i mentioned above code i wrote in init method.
what can be issue ? if i did personnel number sure it will work but worker field not working.
plzz suggest good way same worker field and any alternative way?
Thanks