- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2018 08:24 AM
I have a variable set called Requested For with a default value of javascript: gs.getUserID();
When the Catalog item page loads, it defaults the "Requested for" to the current user, which is what I want. However, when the catalog item is submitted, the Requested For is blank. This is only happening in our London instance. It works fine in Jakarta.
Solved! Go to Solution.
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2018 02:55 AM
Please check Variable set name and variable inside variable set name both should be different.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2018 06:38 AM
Hello Leahp,
I just tried in my personal instance by creating a new variable and used javascript: gs.getUserID();
If i am not wrong just check if there is any onSubmit catalog client script or any UI policies on the catalog item.
Note: debug by checking the console[f12] and observe whats going wrong.
Please mark the answer as correct and helpful if it helped you..!!
Regards,
Chalan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2018 06:47 AM
Make sure you're looking at the right Requested For as I believe OOTB what is shown on the RITM is actually the REQ's Requested For...

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2018 02:50 AM
I also have this issue with a new London instance. Same code worked fine on Kingston and I can't see how or why this is suddenly an issue. Hmm. Did you get anywhere with fixing this @leahp?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2018 03:00 AM
We also have faced same issue. As new field internal name in Variable set has been introduced which is causing this issue. Please make sure to give Different name to Variable set and variable inside variable set. Database name should be different.