- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-22-2017 08:27 AM
I have a non-conventional Catalog Item that is used as a way to let the user update their organizational structure. There are no order related activities. Therefore, I have hidden those parameters using basic DOM manipulation. I am wondering if there is a ServiceNow way of accomplishing this? I could not figure out how to do it using g_form.
Here is how the page looked originally:
Here is how it looks after manipulating the DOM:
This is the Catalog Client Script I used. If there is a better way of doing this, please let me know.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-22-2017 08:41 AM
Also check out this link. I think it contains the answer to your question.
Thanks,
Nitin
Hit Like, Helpful or Correct based in the impact of the response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-22-2017 08:38 AM
Hi Bryan,
I you want the change to happen all over the instance ie., all catalog items you can do that from 'maintain cart layouts', this contains 'Item Ordering Widget'. You can change 'Order Now' label from here
Ensure 'glide.sc.use_cart_layouts' is true.
Thanks,
Nitin.
Hit Like, Helpful or Correct based in the impact of the response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-22-2017 08:41 AM
Also check out this link. I think it contains the answer to your question.
Thanks,
Nitin
Hit Like, Helpful or Correct based in the impact of the response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-22-2017 10:35 AM