- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2018 05:49 AM
Hello All,
How can we hide "Order confirmation pop up" for a particular catalog item in Service Portal?
Please find the screen shot below
Solved! Go to Solution.
- Labels:
-
Service Portal Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2018 08:39 AM
Correct solution is below go to sys_properties table and make "glide.sc.sp.twostep" = false if not existing create a new property with the same name

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2018 02:52 AM
Hi,
Any update on this? Was anyone able to hide the order confirmation popup? Also, looks like this is a new functionality introduced with Kingston!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2018 01:44 PM
Unfortunately unless you're willing to modify the new Catalog Item Widget there's not a way to disable the confirmation for only certain items. You can disable the Order Confirmation for ALL items by adding a system property:
glide.sc.sp.twostep = false
Hope this helps!
**Edited to show property should be set to false**
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2018 03:04 AM
I had to create glide.sc.sp.twostep as false in order to disable the order confirmation pop up

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2018 08:09 AM
Why do they auto-hide comments here?
dancook this did it for me. Thank you very much. I'm very frustrated w/ this whole thing right now--that they even added this Order Confirmation thing to me is completely senseless and not inline with other functionality; that whoever redesigned Community threads decided to auto-hide replies meaning I missed the solution until I noticed that 'Show Replies' link and found yours; that there's nothing about this order confirmation thing in docs at all; that they killed the wiki...
ServiceNow this is not looking too good from a trend perspective.
Anyway dancook you rock thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2018 08:19 AM
Yeah..... I totally put the wrong value in my answer! glide.sc.sp.twostep needs to be FALSE!