
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2023 10:29 AM
Hi, I am working on a request catalog form with orchestration. I need to find a way to pull the user name field from the requested for field instead of the logged-in user. I am currently using a catalog client script with the code below to pull the user name but this gives me the logged in user name instead of the requested for. Any advice on how to get the user name for requested for?
function onLoad() {
var userID = g_user.userName;
g_form.setValue('user_name',userID);
}
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2023 11:12 AM
I got the mistake that you are doing @juliochacon23 In client script code of 7th line change sysparam_sys to sysparm_sys and also change script include 5th line sysparam_sys to sysparm_sys .Then it will definitely work please check onces
If my solution helps you please mark my answer as accepted and helpful.
Thanks and Regards
Uday Kumar Valapudasu

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2023 12:09 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2023 11:12 AM
I got the mistake that you are doing @juliochacon23 In client script code of 7th line change sysparam_sys to sysparm_sys and also change script include 5th line sysparam_sys to sysparm_sys .Then it will definitely work please check onces
If my solution helps you please mark my answer as accepted and helpful.
Thanks and Regards
Uday Kumar Valapudasu

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2023 11:18 AM
I tested no luck, sorry. Not sure what is still missing. @Uday_Kumar maybe we can do a quick zoom call?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2023 11:26 AM
Sure @juliochacon23 Let's connect Uday Kumar Valapudasu is my LinkedIn you can also connect with me in udaykumarvalapudasu@gmail.com

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2023 12:09 PM
Amazing support. Thank!!!!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2023 07:59 PM
Thank you, Uday, that worked.