Hi,
I have created a data contract class and added an AOT query in data contract.
I should be able to filter sales orders based on the AOT query + selecting the sales Id(if required).
So when i select a salesId xxxx my query should be modified with the respective sales Id in the filter criteria.
But i am unable to filter it.
The query is not getting updated with the respective sales order.
How can i capture the sales order that was selected?
I don't want to use a parm method in data contract to update the query.