
objPurchLine = PurchLine::findInventTransId(vendInvoiceTrans.InventTransId);
select purchLine_IN WHERE purchLine_IN.PurchLine == objPurchLine.RecId;
select hsnCodeTable_IN WHERE hsnCodeTable_IN.RecId == purchLine_IN.HSNCodeTable;
Is this correct??
*This post is locked for comments
I have the same question (0)The first select seems ok, as the relation is valid.
Kind regards,
István