Announcements
Hi All,
I created customized form in that I tried to hide the new, delete and edit (System button ) .
Using below code I can able to achieve NEW,DELETE button
public void init()
{
this.form().design().showNewButton(0);
this.form().design().showDeleteButton(0);
super();
}
Note: But I able to hide the EDIT button in my form I tried different way to resolved but I can't able to do it,
I tried below code but no luck, please help to hide the EDIT button
public void init()
{
super();
attachButton= this.control(this.controlId(
attachButton.visible(false);
}
Hi Tony,
Thank your for your sharing!
Hi Team,
I resolve the issues using below steps,
André Arnaud de Cal...
294,033
Super User 2025 Season 1
Martin Dráb
232,854
Most Valuable Professional
nmaenpaa
101,158
Moderator