How to auto populate assignment group name in catalog form created through record producer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2024 01:00 AM
Dear Community,
I have created a record producer catalog form to create an incident in incident table. my requirement is to autopoplate the assignment group variable with assignment group name based on caller's location managed by group field. Example if caller is abraham.lincoln then the assignment group should auto populate as Service Desk (assignment group name). if managed by group field is blank in cmn_location table, then by default the assignment group should be local support team (assignment group name). can someone help me to achieve this outcome.
Regards,
Naresh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2024 01:22 AM
Hi,
Assignment group can be populated with record producer script itself
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2024 01:25 AM
Hi @Naresh_5120,
You can utilize ServiceNow's auto-populate feature for your assignment group variable. In the 'Assignment Group' variable, use the 'Auto-populate' section and set the 'Dependent Question' to 'Opened For'. The 'Reference' field should be populated with the sys_user table. You can use the 'Dot Walk Path', such as (location.managed_by_service), and that might work for you.
For Example:
Please mark my solution as Helpful and Accepted, if it works for you in any way!
Thanks