Does this sound familiar?
Customer: "I need a request form."
Me: "Yea, what it's for?"
Customer: "Access to MyAmazingApp"
Me: "Okay. No problem. It'll have a field to say give access to this user, sound good?"
Customer: "UGH, do I have to click 'Add to cart' for each user then?!"
Me: "Sorry."
There's a fix for that. ServiceNow calls it a feature. I call it long over due. Requested For variable is the name of it.
I was reading /news for Paris. This caught my attention. Jenny Hu's "A Day in Paris Series: Exploring Delegated Request Experience".
I started my work on ServiceNow in Service Catalog. This is actually one of the first problems I had to address. In this post I'm going to focus on how this works.
Steps to set up "Requested For" variable
Add a "Requested For" variable to the catalog item.
- Decide who you want to be able to pick these values (they have a field for that control)
- Set up the reference qualifier
That's it.
Limitations
It does come with a few limitations.
- Selecting many users only appears to work in Service Portal
- It is not available for record producers. (They added
requested_for
onsc_req_item
. Generally, target table will not have that.) - It is not available for order guides. (features for these generally take an extra release. If you want this submit an idea.)
- It is not available for Now Mobile.
- It is not available for Workspaces. (This surprises me. I'd thought ServiceNow would only be making net new features with Workspace support.)
Thoughts
This is amazing and here's why. This feature reduces complexites added by;
- List Collectors
- Multi-Row Variable Sets (MRVS)
- 2-step checkout.
How does this reduce that need?
- "Add to cart" is no longer needed as you can make the request and ServiceNow makes an item per "Requested For". That means workflow and flows are properly followed per person.
- List collectors have their own problems. Generally they decide who gets access. This removes that.
- Multi Row Variable Sets also have problem (less than List collectors). Like List Collectors a lot of the time they decide the who. This removes that need.