How to hide Save button?

Aswin Chandras1
Tera Contributor

Hi,

Need to hide the highlighted save button from Portal.

find_real_file.png

Thanks,

Aswin C

1 ACCEPTED SOLUTION

Vikram3
Giga Guru

On the form widget, you should be able to use control+click to open 'Instance Options and select 'Disable UI Actions on Form' (this will not disable the blue 'Save' button). Hope this helps.

 

 

 

Screen Shot 2017-04-11 at 2.29.56 PM.png

View solution in original post

5 REPLIES 5

Angshuman3
Mega Guru

Hi Aswin,

Please check the below links, they might help:-

  • https://hi.service-now.com/kb_view.do?sysparm_article=KB0647791

  • https://community.servicenow.com/community?id=community_question&sys_id=3017cbe5db1cdbc01dcaf3231f961996

 

Hope this helps.

Mark the answer as correct/helpful if you are satisfied.

Thanks,
Angshuman

guruprasad1
Kilo Guru

Hi Aswin,

you can clone form widget  and make changes to HTML to hide save button

Regards

Guru

Inactive_Us1957
Kilo Guru

On which form it is visible?

Service_RNow
Mega Sage

Hi,

you can put a Page Specific CSS to do hide the button as this could have adverse affects to other users

 

for example on the sc_cat_item page

 

find_real_file.png

Thanks