- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-02-2024 03:35 PM
I want to show for selection only those users that match company with agency variable
I only want users available for selection that match "OIT" (whatever is showing in the agency variable
how can I do that with a reference qualifier
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-02-2024 03:46 PM - edited ‎04-02-2024 03:47 PM
You reference qualifier should be javascript:'company='+current.variables.agency, provided agency variable stores the sysid of a company record.
Please mark this response as correct or helpful if it assisted you with your question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-02-2024 03:46 PM - edited ‎04-02-2024 03:47 PM
You reference qualifier should be javascript:'company='+current.variables.agency, provided agency variable stores the sysid of a company record.
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-02-2024 04:10 PM
Thank you very much.....