Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2019 01:19 AM
1 ACCEPTED SOLUTION

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2019 01:25 AM
Hi
Try this script in your background script -
var gr = new GlideRecord("sc_cat_item");
gr.addEncodedQuery("type!=bundle^sys_class_name!=sc_cat_item_guide^type!=package^sys_class_name!=sc_cat_item_content^no_quantity=false");
gr.query();
gr.no_quantity = 'true';
gr.updateMultiple();
Regards,
Omkar Mone
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2024 10:59 PM
Simply open your catalog item under 'Maintain Item' module & under "Portal Settings', check 'Hide Quantity' -
It works 100% so shouldn't be an issue.
Do mark this answer as helpful or accepted if it helps. Thanks