- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2018 12:33 AM
Hi everyone,
We have a requirement to remove Save button from the Vendor Registration form. Can anyone please help me how to achieve this.
Thanks in advance
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2018 04:45 AM
To hide save button insert, add an ui action with same action name ( on table in which you want to hide) as save (for insert) , which is " sysverb_insert_and_stay"in this case and add an condition which will always fail like "current.opened_at==''. If you want to hide save for update as well, then you need an one more ui action with action name as "sysverb_update_and_stay" with same condition.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2018 04:34 AM
You want to remove only for new record or for all records?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2018 04:37 AM
Hi Vignesh,
Yes i have to remove/hide for only Vendor Registration form.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2018 04:45 AM
To hide save button insert, add an ui action with same action name ( on table in which you want to hide) as save (for insert) , which is " sysverb_insert_and_stay"in this case and add an condition which will always fail like "current.opened_at==''. If you want to hide save for update as well, then you need an one more ui action with action name as "sysverb_update_and_stay" with same condition.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2018 04:53 AM
Hi Vignesh,
I tried this , but it didnt work.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2018 04:55 AM
Can you share your ui action screenshot?
Thanks