Scoped variable reference qualifier

kchorny
Tera Guru

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:

kchorny_1-1692392539049.png

 

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.

kchorny_0-1692392453556.png

 

Everything looks correct to me and I'm stumped. Any ideas? Am I just tired and missing something obvious?

1 ACCEPTED SOLUTION

SwarnadeepNandy
Mega Sage

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

View solution in original post

3 REPLIES 3

SwarnadeepNandy
Mega Sage

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

Thank you, thank you, thank you!!! I would not have thought of doing that!

No worries. Thats why community is here for. 😉