Reference Qualifer field on the catalog form is not picking the Script Include
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2024 06:34 AM
Below is script include,
and the field on the Catalog form is Reference Qualifier , below is the screenshot how am i calling the script include.
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2024 07:12 AM
@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,
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2024 07:17 AM
yes, i am calling.
and also in reference qualifier
both are there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2024 07:26 AM
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...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2024 07:38 AM
@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