How to remove Save button from the registration form

stene
Kilo Contributor

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

1 ACCEPTED SOLUTION

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.

find_real_file.png

View solution in original post

9 REPLIES 9

Omkar Mone
Mega Sage

Hi 

I suppose this is on portal ? Please clear it with some screenshots.

stene
Kilo Contributor

Hi Omkar,

I have to remove Save button from vendor form,

 

find_real_file.png

 

Please find the screenshot above. 

hi 

For this you need to Remove the Global Save Ui Action.

stene
Kilo Contributor

Hi,

 

There are 4 global Save button, which one to remove.find_real_file.png