- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-25-2014 08:43 AM
Hi guys,
We are building our Service Catalog but when we submit the request, the 'Requested for' field on the Request defaults to the persons name who logged the request.
This seems to be set when we go into the dictionary for the 'Requested for' field whereby the default value us set to 'javascript:gs.getUserID()'
However, the person that logs the ticket wont necessarily be the person that the request is for so i have created variables on the pages which are entitled 'Requested on behalf of'. I have given them the name 'requested_behalf' and would like to link these variables on the catalog item to the 'Requested For' field on the Request.
I tried to change the default value of the field to be 'javascript:gs.getrequested_behalf()' but that does not work.
Is there a way these can be linked?
Thanks
Solved! Go to Solution.
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-26-2014 08:19 AM
we don't include the approving manager on the request it is in the variable pool though for the item <since it is in the variable set>
for requested for we have a default value of "javascript:gs.getUserID();"
this way it defaults to the customer but they can change it.. we are still on berlin.. so there may well be a better way in calgary.
we did have to create a request level approval workflow to send the approval to the approving manager
we also created a script to set managers approval required on items.. so items that need no approval that is set to no and the approval workflow will skip that approval then...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-26-2014 08:19 AM
we don't include the approving manager on the request it is in the variable pool though for the item <since it is in the variable set>
for requested for we have a default value of "javascript:gs.getUserID();"
this way it defaults to the customer but they can change it.. we are still on berlin.. so there may well be a better way in calgary.
we did have to create a request level approval workflow to send the approval to the approving manager
we also created a script to set managers approval required on items.. so items that need no approval that is set to no and the approval workflow will skip that approval then...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-26-2014 08:41 AM
Thanks a million for all your help.
This has been very helpful
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-26-2014 02:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-26-2014 03:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-26-2014 04:01 AM
Hi Gerad
The screenshot i grabbed is from the demo site, depending on your config you might be able to add it in the system UI messages.
Neil