- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-06-2025 10:20 AM - edited ‎01-06-2025 10:36 AM
Hi,
How can I copy the value selected in the select_the_approver variable (referencing the sys_user_grmember table) to the approver variable (referencing the sys_user table) on a ServiceNow catalog item form? The goal is to automatically populate the approver variable with the corresponding user from the selected group member in select_the_approver. Kindly help me with script.
(getValue and setValue method did not work here since variables referring to different table)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-06-2025 11:40 AM
Try the variable Auto-populate feature to dot-walk to the user of the sys_user_grmember variable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-06-2025 11:40 AM
Try the variable Auto-populate feature to dot-walk to the user of the sys_user_grmember variable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-06-2025 10:59 PM
@Brad Bowman
Thanks as always! I hadn’t thought about it this way—appreciate your insight.