How to hide submit button in Service Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-02-2021 04:18 AM
Can someone help on how to hide submit button in Service Portal ?
- Labels:
-
Service Portal Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-02-2021 06:39 AM
Try:
this.jQuery('button').hide(); in catalog client script.
1. isolate script should be false
UI type should be All.
Raghav
MVP 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-19-2022 02:37 AM
@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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-28-2024 08:29 AM
This works like a charm. Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-05-2025 05:51 AM
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.