
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2023 02:07 PM
I have a scoped record producer with scoped variable sets. On a reference variable (sys_user) in one of the variable sets, I need to limit the users who are selectable.
Here is my reference qualifier:
Here is the pertinent chunk of my script include, in the same scope. The log statement never gets written, indicating I'm not successfully calling the script include or something is getting in the way.
Everything looks correct to me and I'm stumped. Any ideas? Am I just tired and missing something obvious?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2023 03:02 PM
Hello @kchorny,
Try using api name of the script include in the reference qualifier.
like
new xgffrd_offboard.OffboardingUtil().userRefQual(gs.getUserID());
Hope this helps.
Kind Regards,
Swarnadeep Nandy

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2023 03:02 PM
Hello @kchorny,
Try using api name of the script include in the reference qualifier.
like
new xgffrd_offboard.OffboardingUtil().userRefQual(gs.getUserID());
Hope this helps.
Kind Regards,
Swarnadeep Nandy

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2023 07:13 AM
Thank you, thank you, thank you!!! I would not have thought of doing that!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2023 10:19 AM
No worries. Thats why community is here for. 😉