Catalog Items
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2025 01:47 AM
In ServiceNow, when you add a Catalog Item to the cart, the onLoad client script does run again in the cart view. How to prevent onload script running in cart.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2025 07:44 AM
Hi @parul_gupta05,
could you please be more specific? add a screenshot or two... it's not very clear to me
No AI was used in the writing of this post. Pure #GlideFather only
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2025 07:53 AM
I have a catalog item where some variables are hidden using an onLoad client script. But when I add the item to cart, the same onLoad script runs on the cart view and hides those fields again. I want those fields to remain visible in the cart view. How can I handle this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2025 07:59 AM
I have a catalog item where some variables are hidden using an onLoad client script. But when I add the item to cart, the same onLoad script runs on the cart view and hides those fields again. I want those fields to remain visible in the cart view. How can I handle this?