- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2022 03:57 AM
Hi Everyone,
So I have a requirement where I am working on a form and it has two fields : Project Manager(reference field : User) and Additional Project Manager(List field-referenced to User) where additional project manager can be assigned.
So now let's say there are four members added in the Additional Project Manager field and saved it, now when I click on the lookup icon of the Project Manager field, only those users should be visible which are selected in the Additional Project Manager Field.
Please help if anyone has a solution.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2022 04:01 AM
You can add the below advance reference qualifier to the Project Manager field
javascript:'sys_idIN'+current.<additional project manager field name>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2022 04:01 AM
You can add the below advance reference qualifier to the Project Manager field
javascript:'sys_idIN'+current.<additional project manager field name>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2022 04:07 AM
Hi Sky,
Good day,
I think this can be done by using advance condition in target reference field. By passing the current field information to build query condition on the target field.
Please check the below link which may help you..
Regards,
Pradeep Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2022 04:28 AM
Hi,
What ref qualifier have you applied? please share screenshot
You can check comment mentioned by Sai.
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2022 05:00 AM
Hi so for Primary Project Manager(Reference field) :
and here is for Additional Project Manager(List Field):
My query is that let's say Additional Manager has these four values and I save it, then when I click on the reference icon of Primary Project Manager onlt these four people names should be populated.