Hi,
I can't get the best relashionship between VendPackingSlipTrans and VendInoiceTRans.i search in the net i found this :
static void Job3(Args _args)
{
VendPackingSlipTrans _PackingTrans;
VendPackingSlipQuantityMatch _ VendPackingSlipQuantityMatch;
vendInvoicetrans _ vendInvoicetrans;
select firstOnly * from _PackingTrans
join _VendPackingSlipQuantityMatch
where _VendPackingSlipQuantityMatch.InvoiceSourceDocumentLIne ==vendInvoiceTrans.SourceDocumentLine
&& _PackingTrans.SourceDocumentLine == _VendPackingSlipQuantityMatch.PackingSlipSourceDocumentLine;
}
But why i can't find the table VendPackingSlipQuantityMatch in AOT?
There is another relation beween this tables?
Today i export to CSV file invoiced and recieved purch order line o, so i don't want get lines recieved from line invoiced that's way i'm looking for the relation between two tables
*This post is locked for comments
I have the same question (0)