Populate value of sc_req_item item from Catalog variable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2019 11:44 AM
Is there a script where I can take the value that user enters in Requested Item variable and populate that value in a sc_req_item field
Thanks
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2019 01:03 PM
Please make it helpful/correct answer for one of the replies which solved your issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2019 01:13 PM
Question - does the script still work if it is a reference field? The field I need to populate as well as the variable that the user is selecting is 'assignment groups' which is a reference field to the sys_user_group table

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2019 01:34 PM
Yes it should still work. You are copying the value of the reference variable to the reference field. If they both point to the same table [sys_user_group] then it will work.