I need to create a query for use by XDS on the VendPackingSlipJour table. The query should filter the records based in whether either the OrderAccount or the InvoiceAccount values are in a given list (stored in a MyParties tempDB table).
Hence the composite relation I'd like is:
VendPackingSlipJour.InvoiceAccount == MyParties.Party OR VendPackingSlipJour.OrderAccount == MyParties.Party
How can I achieve this since there doesn't seem a way to combine relations?
*This post is locked for comments
I have the same question (0)