hide/show, ui action button
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2023 12:54 AM
on my form i have an UI action button name (check inventory), this button should hide once a form is submitted or record get created.
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
just add this in your code : g_form.hideAction('sysverb_buttonname');
