How do I reference both the "Assignment Group" and "Assigned to" on the same field (Record Producer)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2023 04:32 AM
Hi everyone, Im trying to make a field that references both the "Assignment Group" and "Assigned to" so that when I click on the field and write somethink like "Dev Team" it shows both the Group and the users that are a part of it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2023 04:37 AM
Hi @F_bio Santos ,
If table 1 and table 2 both extend the same table, then you can refer the parent table.
EG, task.number will hold INCXXXX and also CHGXXXX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2023 05:27 AM
Its in a table that extend's the table [TASK] so the fields and both on the "same table"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2023 05:32 AM
you can refer a table and once value is selected it will show the value of the field which is marked Display=true
Which field on your custom table is Display=true?
You cannot show both Assignment group and Assigned to unless you have a custom field which stores both the field values and this new field is marked as Display=true on your table
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2023 06:31 AM
Hi @Ankur Bawiskar, and how would I store both values on one field? Using Client Script ?