Using a template on a catalog item or selecting items through a record producer varible
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2017 03:15 PM
Hi All,
I'm revisiting something I've been working on to see if anyone has suggestions on "the right thing to do"
I was asked to create an easy way for our asset manager to create requests. Of course the first thought was to point her to the Service Catalog and have her add the items to the cart.
I love that it creates the parent record REQUEST but I am unable to figure out how to use a template to set up the rest of the request and not require them to manually update all of the fields.
Since I can't seem to find a way to use a template, I am back to the drawing board.
Next idea is using a record producer. I was able to get a script to create the RITM's when I submit the record producer and there I am also able to use a template so I like the way it works but want to make sure I'm not setting myself up for failure.
NEW IDEA:
I am looking at how I can add a reference type variable to a record producer that will allow me to select the item I want to order from the record producer.
I'd start by adding a variable for Item Type. The user will select either Club Hardware, or Club Supplies and the choices on the next field (item) will be filtered to limit the scrolling and possible choices.
The end result would be that I am able to fill out 3 or 4 fields and I will have a complete Parent request with RITM's ready to go so all the asset manager has to do it create the PO once approved.
Is anyone able to help me with creating the reference field and the field it will be dependent on? (So far I haven't added the "Item Type Field" so I am hoping there is something I can use without adding another field at all)
Thanks in advance!
Regards,
Carl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2017 07:57 PM
No I want to see the location it's shipping to, the person it's for, the fulfillment type and everything else I use the request form for and I want to preset rather than have someone fill them in. I can do that with a record producer. But I can't create the ritm.
Get Outlook for iOS<https://aka.ms/o0ukef>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2017 08:07 PM
You can edit the workflow of the Service Catalog. Add a set field values or script activity, then query the child RITMs get the information you want from there and update the Request with those information.