Hi All,
How to pass two enum value into query filter using x++?
For e.g: In PO, we have status (Open order, invoiced, received). I want to see only invoiced and received. if i click one check box, it has to show only "Received"&"invoiced" status.
For this, i need to pass two enum values instead on passing string value to filter the same.
Help me here if anyone knows.