Notifications
Announcements
No record found.
HI All
How I can Enable/Disable post button depending if custom checkbox checked or not
*This post is locked for comments
Set AutoDeclaration = Yes in the properties for the button. Then in the modified() method of your checkbox, you could refer the post button's control by name, after the super() call.
YouPostButton.enabled(this.checked());
Please make sure that if the answer was helpful, you do not use the Like button, but select the helpful posts as Verified on the right hand side of each post, to close the topic and help others.
How I can Enable/Disable edit button depending if selected order SalesStatus=Backorder or not in page SalesTableListPage
You put the conditions for your requirements within the braces of an IF statement, or use an in-line condition like I did above..
Thanks Crispin
the first line Work efficiently but The second line and third does not worke. Did you at any idea why.
// ahmed mansour
this.listPage().actionPaneControlEnabled(formControlStr(salesTableListPage, CancelOrderButton), false);
this.listPage().actionPaneControlEnabled(formControlStr(salesTableListPage, EditButton), false);
this.listPage().actionPaneControlEnabled(formControlStr(salesTableListPage, delete), false);
Dear Crispin
I am very grateful to help Me, it worked successfully ,But still i need close the shortcuts for delete or edit to close All gaps.
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.
Priya_K 4
Martin Dráb 4 Most Valuable Professional
Ali Zaidi 2