Hi everyone,
My issue is of want display method which is having 3 tables in which 3 tables are interrelated with each other shown in the below example.
I had 3 tables as InventranferJour, Inventtransferjourline and CustInvoiceTrans.
these 3 table are having relation as below:
CustInvoiceTrans.ItemID=InventTransferJourLine.ItemID and
InventTransferJourLine.InventTransferID=InventTransferJour.InventTransferID
I want a field to be displayed from the InventTransferJour what will be the coding in Display method.
*This post is locked for comments
I have the same question (0)