New Hire Order Guide Requested For with new user

florian29
Tera Contributor

Hi we are currently creating an Onboarding Order Guide by allowing a new user to be created, for this on the first page relevant information about the new user is filled in and then based on the input various Catalog Items are ordered. One catalog item is that a new user is created in ServiceNow and in AD, other items would be that hardware or services like accesses are ordered for the user. The forms of the other Catalog Items always need a Requested For, but I have not created a user in ServiceNow at that time, so I could use Cascade Variables to override the value. Does anyone have an idea how I can best solve this?

1 ACCEPTED SOLUTION

Brad Bowman
Kilo Patron
Kilo Patron

You can either update the other Catalog Items to make Requested for not mandatory, or always populate this with the same dummy/system account, or the new user's manager.  Once the account has been created you can use a workflow script to find the other RITMs under the same REQ and update each requested for variable with the new value.

View solution in original post

6 REPLIES 6

You nailed it Brad. I changed it from looking at the parent to just looking at the request and was able to get moving. Appreciate the reply. 

This is a good start, @Dasbeav. But, I am curious what was entailed in the full solution (Flow).  Did you have to update all of the Catalog Items that your Order Guide was calling?  I am trying to bolt an Order Guide onto a dozen or so Catalog Items and it would be amazing if I could pass Variables from RITM / SCTASK to others that were invoked by the Order Guide.