Match HR Criteria with Reference Variable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
In HRSD Module, I want the Reference Variable with reference to sys_user table populate the list of Users that matches the HR Criteria, so that on the record producer when I see the dropdown of that variable it shows me only the users present in that HR Criteria
Is this possible to filter the list based on the HR Criteria?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
@ayushidekate You need a advanced reference qualifier in this case. You can call a script include from your advanced reference qualifier. The script include method will evaluate the HR criteria and will return a comma separated list of sys_ids for whom the HR criteria evaluates to true.
Hope this helps.