- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-24-2023 06:11 AM
I am trying to add into the script section of my record producer a way to assign the name of the person filling out the record producer as the assigned to person for the incident it creates. I think I'm overthinking this and can't seem to figure out how to do it. Any help would be greatly appreciated.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-24-2023 06:14 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-24-2023 06:14 AM
current.assigned_to = gs.getUserID();
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-24-2023 06:54 AM
I knew it would be something simple, I'm sitting here trying to code in variable with javascript and stuff and it's as simple as this. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-24-2023 06:51 AM
Hi
To access user details you can use:
from Client Script:
g_user.userName
g_user.userID
or from Server Script: