Add new form to catalog item when external is selected
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2023 03:47 AM
How to create an option in the catalog item that if the user selects the External option in the location, a new form will appear with various variables to fill out?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2023 04:39 AM
what do you mean by new form?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2023 04:51 AM
I would add the various variables to the Catalog Item, ordered after Office location. If you want to save some time in the next step, put these in a single row variable set, then add the variable set to the Catalog Item. Next create a Catalog UI Policy with the Catalog Condition Office location is External, with the On load and Reverse if false boxes checked, as well as the views (Catalog Item/Request form, RITM, SCTASK) that you want this to apply to. After the Catalog UI Policy is saved you can create a Catalog UI Policy Action selecting the variable set, or each variable individually, making them Visible = true (and Mandatory = true if you want).