
Hi,
I have a Radio buttons on top of the customer list page and i want to filter the list page based on the selection value of the radio button.
I believe i should be writing code in queryexecuting event of the datasource custtable.
I used below code for that in event handler class.
sender.query().dataSourceTable(tableNum(CustTable)).addRange(fieldnum(CustTable, CustomField)).value(sysquery::valuenotemptystring());
It doesn't show any record here irrespective of the value I pass in above line. I tried passing hard coded value, but still shows blank list page.
Any hint would be appreciated.
*This post is locked for comments
I have the same question (0)it was my mistake that i didn't select the right company to view it. Somehow while debugging it always open IE in DAT company eventhough my ax user is linked with other company.