The CreatorCon Call for Content is officially open! Get started here.

Script Include isn't working on Variable for Record Producer

Community Alums
Not applicable

Hey Everyone, 

 

We have a script include that is being called in a variable list collector. In the reference qualifier section we have the following javascript: new dtbeLocation().NTIPJurisdiction(current.variables.u_state_name); 

 

Our script include isn't client callable, but it works on the standard ui as an advanced reference qualifier for a glide_list field.javascript: new dtbeLocation().NTIPJurisdiction(current.u_state_name); 

 

We are using the same field name as in the standard ui for u_state_name. 

What are we doing wrong? 

1 ACCEPTED SOLUTION

Community Alums
Not applicable

Hey Everyone! 

 

Yes, it has to be client callable to work. After changing the script include into a client callable, it worked. Thank you all for your help. 

View solution in original post

10 REPLIES 10

Community Alums
Not applicable

I tried using the "IN" it didn't work on the script include. It only worked when I made it a client callable. Thank you for your help!