Announcements
No record found.
[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.
Congratulations to our 2026 Super Stars!
Thanks to all of our 2025 Community Spotlight stars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
André Arnaud de Cal... 590 Super User 2026 Season 1
Giorgio Bonacorsi 349
Diego Mancassola 263