Notifications
Announcements
No record found.
[ExtensionOf(formDataSourceStr(LogisticsPostalAddress, TaxRegistration))] final class LogisticsPostalAddress_TaxRegistration_Fds_Extension { public void delete() // not called { Info("fds delete extension"); next delete(); } public boolean validateDelete() // called { Info("fds validateDelete extension"); return next validateDelete(); } }
[ExtensionOf(tableStr(TaxRegistration))] final class TaxRegistration_Dbt_Extension { void delete() { if (this.isFormDataSource()) info("table delete is FDS"); else info("table delete is not FDS"); // goes this way next delete(); } public boolean validateDelete() { if (this.isFormDataSource()) info("table validateDelete is FDS"); // properly shown else info("table validateDelete is not FDS"); return next validateDelete(); } }
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 Neeraj Kumar 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... 449 Super User 2025 Season 2
Martin Dráb 422 Most Valuable Professional
BillurSamdancioglu 239 Most Valuable Professional