How do I reference both the "Assignment Group" and "Assigned to" on the same field (Record Producer)

F_bio Santos
Kilo Sage

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. 

9 REPLIES 9

Community Alums
Not applicable

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

 

Its in a table that extend's the table [TASK] so the fields and both on the "same table"

Ankur Bawiskar
Tera Patron
Tera Patron

@F_bio Santos 

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.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Hi @Ankur Bawiskar, and how would I store both values on one field? Using Client Script ?