CustPackingSlipTrans.InvoiceTransRefRecId code example
Example: CustPackingSlipTrans.InvoiceTransRefRecId
select custInvoiceTrans
where custInvoiceTrans.InventDimId == custPackingSlipTransLoc.InventDimId
&& custInvoiceTrans.InventTransId == custPackingSlipTransLoc.InventTransId
&& custInvoiceTrans.Qty == custPackingSlipTransLoc.Qty
&& custInvoiceTrans.InvoiceDate == custPackingSlipTransLoc.DeliveryDate;