- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-27-2024 10:34 PM
Hi All,
I want to know how to save a catalog form in draft. I am using a customised portal so its not enabled by default.
I saw the post by Robert, but need some more details
Thanks
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2024 08:56 PM
Hi there,
When on Washington DC release, this is out-of-the-box functionality. If you have a portal with a custom suffix, you do need to add a system property for this yourself.
"- System Property "glide.sc.enable.save_as_draft.portal." followed by the URL suffix of the Service Portal the user is on."
I've described this in this article of mine:
https://www.servicenow.com/community/developer-articles/save-catalog-items-as-draft/ta-p/2855484
A common blocker for new functionality like this is... when customers have cloned widgets and are not updating there widgets with upgrades. You might be working with widgets of years and years back, which don't have the newer functionality, like in this save as draft. Thats one the things with cloning widgets: you clone it, you own it! So you need to merge the updates, or manually update your widgets. A thing I see at customers, hardly being done 😢
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2024 09:52 PM
No.
Its about the widget code itself. Is that the same as the out-of-the-box widget, does it include the new save as draft functionality.
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-27-2024 10:44 PM
Hi @MohammedYaseen ,|
Are you referring to save it as draft as an end-user or to save it as draft when designing new forms?
Regards,
Jaap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-27-2024 10:51 PM
If it's the former suibject, I guess you should add it manually. Try to set the system properties in the server script glide.sc.disable.save_as_draft to false and glide.sc.enable.save_as_draft.portal followed by the URL suffix.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-01-2024 08:27 AM
Hi Jaap, I'm trying to test this feature out on a dev environment in Washington, but don't see the feature anywhere in the service catalog. I believe I need to add a sys property for it but am unsure on what exactly the URL suffix is 😅. Here is the url to the service portal page in my dev environment, any help would be appreciated!: dev252491.service-now.com/now/nav/ui/classic/params/target/catalog_home.do%3Fv%3D1%26sysparm_catalog%3De0d08b13c3330100c8b837659bba8fb4%26sysparm_catalog_view%3Dcatalog_default%26sysparm_view%3Dcatalog_default
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2024 03:26 PM
Save as draft as end user