[ExtensionOf(tableStr(CustPackingSlipJour))] final class INVCustPackingSlipJour_Extension { public void update() { CustPackingSlipJour custPackingSlipJour; CustPackingSlipTrans custPackingSlipTrans; CustInvoiceTrans custInvoiceTrans; CustInvoiceJour custInvoiceJour; next update(); ttsbegin; select forupdate custPackingSlipJour join custPackingSlipTrans where custPackingSlipTrans.PackingSlipId == this.PackingSlipId join custInvoiceTrans where custInvoiceTrans.InventTransId == custPackingSlipTrans.InventTransId join custInvoiceJour where custInvoiceJour.SalesId == custInvoiceTrans.SalesId && custInvoiceJour.InvoiceId == custInvoiceTrans.InvoiceId; custPackingSlipJour.InvoiceId =custInvoiceTrans.InvoiceId; ttscommit; } }
[ExtensionOf(tableStr(CustPackingSlipJour))] final class INVCustPackingSlipJour_Extension { public void update() { CustPackingSlipJour custPackingSlipJour; CustPackingSlipTrans custPackingSlipTrans; CustInvoiceTrans custInvoiceTrans; CustInvoiceJour custInvoiceJour; next update(); ttsbegin; select forupdate custPackingSlipJour where custPackingSlipJour.SalesId == this.SalesId && custPackingSlipJour.PackingSlipId == this.PackingSlipId join custPackingSlipTrans where custPackingSlipTrans.SalesId == this.SalesId && custPackingSlipTrans.PackingSlipId == this.PackingSlipId && custPackingSlipTrans.DeliveryDate == this.DeliveryDate join custInvoiceTrans where custInvoiceTrans.InventTransId == custPackingSlipTrans.InventTransId join custInvoiceJour where custInvoiceJour.SalesId == custInvoiceTrans.SalesId && custInvoiceJour.InvoiceId == custInvoiceTrans.InvoiceId; custPackingSlipJour.InvoiceId = custInvoiceTrans.InvoiceId; custPackingSlipJour.update(); ttscommit; } }
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Pallavi Phade as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
André Arnaud de Cal... 734 Super User 2025 Season 2
CA Neeraj Kumar 636
Martin Dráb 553 Most Valuable Professional