- 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 07:24 AM
Hi,
in Primary project manager make the Reference qualifier as advanced
javascript:'sys_idIN' + current.project_manager_field;
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-05-2022 04:17 AM
Hi all, thank you for your support I got my solution Thank you so much