oConditions Query
Is there a way to make query for multiple tables in oCOndition?
For example
SELECT T1.ItemCode FROM ORDR T0 INNER JOIN RDR1 T1 ON T0.DocEntry = T1.DocEntry WHERE T0.DocNum = '100'
From the Sdk help, it only shows query from 1 table. So can anyone gimme some example for the above query and make it into oCondition format?
Thank you