Save as Draft in Catalog Item
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-28-2017 02:17 AM
Q2. Once user fill catalog variables in catalog item form. before moving to check out. We are looking for "Save as draft". so that user can save the item as draft which allows user to save the form as draft even without filling all mandatory fields. But, When they click on Check out, Then it should say user to fill mandatory fields to proceed in Helsenki version.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-28-2017 03:56 AM
Hi McClain,
Yes, this can be possible. The feature is called Wishlist and is available from Istanbul version. For details please have a look at this ServiceNow document: https://docs.servicenow.com/bundle/istanbul-it-service-management/page/product/service-catalog-manag...
I hope this helps. Please markcorrect/helpful based on impact
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-30-2017 07:13 PM
Hi mcclain ,
Were you able to have a look at my last response?
If I have answered your question, please mark my response as correct so that others with the same question in the future can find it quickly and that it gets removed from the Unanswered list.
If you are viewing this from the community inbox you will not see the correct answer button. If so, please review How to Mark Answers Correct From Inbox View

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-18-2021 06:10 AM
Yes - "Add to Wishlist" allows saving values and then continue from the saved point, but what is a client wants to have multiple drafts of the same Item?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-28-2017 04:05 AM
Hi McClain,
Since you are in Helsenki version, can we try in this way like, let's not have the fields mandatory initially and allow users to fill the data and save them but when they are going to Submit the form then let's have onSubmit client script to check all if all the required mandatory fields have values or blank. If it;s blank then let's the system not allow them to submit the form by returning return false; and also set those fields as mandatory.
Let me know if this helps to implement your requirement.