Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

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

Raghav Sharma24
Giga Patron

Try:

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

1. isolate script should be false

UI type should be All.

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

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.