Announcements
No record found.
[ExtensionOf(classStr(SalesTable))] final class SalesTable_Extension { public void update() { try { // Pre-logic with condition if (this.CustAccount == 'CUST001') { info("Before update: Special customer logic"); } next update(); // Post-logic with condition if (this.SalesStatus == SalesStatus::Invoiced) { info("After update: Sales order invoiced"); } } catch (Exception::Error) { error("Error occurred while updating SalesTable"); throw; // always rethrow in CoC } } }
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