If I sort the table first , then search the keyword. Below error is prompt and cannot do search(XX found in 'Order By' parameter is an invalid entity)
If I don't sort the table first, the search keyword works.
May I know how it can be solved? Please kindly advise.
My expectation: sort phase code first, then maybe search the company name
In my search box, I hv allowed to search everything like this.
On sort Client action
Hi Winnie,
can you please check that you are using the same expression in the dynamic sort which you are using in grid. also if possible share the OML.
Thanks
CV
Hi,
dependency error with other CS module which you use in your application,
unable to debug the code.
Can you advise where should I check the code.
I found that if I sort the field related entity on Company Group, Auditor, Report Type, Phase, JobDetail first for the table colomn , then search sth in search box, error is promot and can;t be search anything.
If I sort field related entity on Company and Team first and do the keyword seach. No error will be prompt.
Thanks.