public void postRun() { super(); // Override modified method dialogDeliveryMode.registerOverrideMethod(methodStr(FormStringControl, modified),methodStr(UIBuilderClass, deliveryMode_modified),this); } private boolean deliveryMode_modified(FormStringControl _control) { this.modifyDialogFields(); return _control.modified(); } private void modifyDialogFields() { dialogDescription.value(//put the value u want here); }
Thanks, Layan Jweihan Please mark this answer as "Verified" if it solved your issue. In order to help others who will face a similar issue in the future.
dialogField dialogDeliveryMode; public void postBuild() { dialogDeliveryMode = this.bindInfo().getDialogField(this.dataContractObject(), methodstr(YourContractClass,parmDeliverMode)); }
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 Abhilash Warrier as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
CA Neeraj Kumar 813
André Arnaud de Cal... 738 Super User 2025 Season 2
Sohaib Cheema 566 User Group Leader