How to check if catalog item in shopping cart is valid / up-to-date
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-27-2016 05:03 AM
Hi all,
I'm interested in possible ways how to validate catalog item in shopping cart.
What I mean:
Let's imagine an user has catalog item in shopping cart for a long time.
After he added the item into the cart, a new "version" of catalog item has been released and some variables were removed / some mandatory variables added, workflow has changed etc.
What happens if he decides now to submit the shopping cart?
I assume the ServiceNow will not stop or inform user, that his order is NOT up-to-date.
Do you see any possible way(s) how to check, if catalog item in shopping cart matches the actual version of catalog item in the system?
- Labels:
-
Service Catalog

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-27-2016 05:21 AM
In Catalog Policies > Properties, there is an option: Enable removal of inactive catalog items from cart. So when making changes, create a new catalog item and inactive the old one to protect from anyone ordering the old item.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-27-2016 05:29 AM
Hi Michael,
thanks for your opinion, but we cannot always create new catalog item because of creation/deletion of variables.
This must be done on the current/existing item.