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

Reference Qualifer field on the catalog form is not picking the Script Include

pavam
Tera Contributor

Below is script include,

pavam_0-1727357117555.png

 

 

  and the field on the Catalog form is  Reference Qualifier , below is the screenshot how am i calling the script include.

 

 

pavam_1-1727357300503.png

 

 

it is not a scoped application, 

 My expectation is reference qualifier should execute and pick up the values from the table in script include.

 but, when i click on the reference qualifier,the script include(its client callable ) is not calling.

 

Appreciate your help.

 

Thanks

 

 

 

 

8 REPLIES 8

@pavam so its not calling the script include itself ? did you try adding api name in the reference qualifier ? for example it should look like below,

swathisarang98_0-1727359815433.png

and in reference qualifier add like below,

javascript: new global.getTheGroups().getGroup()

 

let me know if still its not calling the si and check all logs once and please share the screenshot .

 

Thanks

swathi sarang

yes, i am calling.

pavam_0-1727360013969.png

 

 

  and also in reference qualifier

 

pavam_1-1727360070433.png

both are there.

pavam
Tera Contributor

HI Swathi,

 

some thing i got,

 

 that line 10 , in the script include having errors, i kept "; " , its syntax problem , now its working .. i moved a step forward.. thankq for trying to help...

@pavam yes in line num 12 semicolon is missing from gs.log and in line num 20 remove .toString() aswell , if u r using getValue then no need for .toString()

 

Please mark this comment as Correct Answer/Helpful if it helped you.

Regards,

Swathi Sarang