- 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 12:34 AM
Hi
I suppose this is on portal ? Please clear it with some screenshots.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2018 12:53 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2018 01:01 AM
hi
For this you need to Remove the Global Save Ui Action.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2018 02:22 AM