RE: Filter record dynamically by using sysQueryForm
My key objective was to set different query as per the parameter selection on the SysQueryForm. Kindly see the below example.
Example
Parameter 1 : Sales Quotation(Sales and Marketing)
Parameter 2 : Material Issue(Project)
Query filter should change as per the parameter selection. If Parameter 1 is selected, the query should use the table Sales Quotation otherwise Project Item Transaction table.
As per your explanation, I understand that, I have to use the same query and assign different data source. Is there any example you can give for the quick understanding??
Thank you.