Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How to hide submit button in Service Portal

NewBee
Kilo Contributor

Can someone help on how to hide submit button in Service Portal ?

23 REPLIES 23

RaghavSh
Mega Patron

Try:

this.jQuery('button').hide(); in catalog client script.

1. isolate script should be false

UI type should be All.


Raghav
MVP 2023
LinkedIn

@NewBee If you issue is fixed, can you mark the relevant answer correct so that the thread is closed and it can help others.


Raghav
MVP 2023
LinkedIn

George_
Tera Contributor

This works like a charm. Thank you!

sonalihanda
Tera Contributor

Hello All, My Name is Sonali.

 

We can also hide the Submit button on a catalog item without using a script by following these steps:
Go to the Service Catalog table (sc_catalog), search for the specific Catalog Item (sc_cat_item)

where changes are needed, then in the related list, modify the â€śNo order now” field in the personalized list.

Please click Helpful if you find this information useful.