- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2020 05:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2020 06:51 AM
Hi Arkesh,
Create ui policy/catalog client script
Script:
this.jQuery('button').hide();
Please mark helpful if it solves the purpose
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2023 10:00 AM
how to unhide it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2020 11:42 AM
You can create the items as "Content Items" - Define a content item
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2020 06:57 AM
I'm curious as to why you chose the DOM manipulation method to solve your issue? I know there are lots of ways to do things in ServiceNow, BUT some are better than others.
It seems like you just want to display something to your users, which is exactly what Content Items are for. No need for scripts to deactivate the Submit button because there is none.