Can we call Client callable script include in Reference Qualifier?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2023 05:02 AM
Hello Experts,
Can we call client callable script include in reference qualifier?
As when I tried using non client callable script it worked well.
But when I'm using same function in client callable script its is not working kindly assist.
Best Regards,
Meenal Gharat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2023 05:13 AM
Hi @Meenal Gharat ,
I Guess It is not possible to call a client callable script include in reference qualifier directly as reference qualifiers are executed on server side and client callable script include are executed on client side.
Please Mark My Response as Correct/Helpful based on Impact
Regards,
Gunjan Kiratkar
2X ServiceNow MVP
Community Rising Star 2022
Youtube : ServiceNow Guy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2023 05:59 AM
@Gunjan Kiratkar / @Meenal Gharat
I don't think its correct to say that client callable Script include run at Client side. Script includes always run at server side irrespective of client callable or not. Making a script include client callable means that script include can be called via Client script.
However while creating client callable script include you need to add some assigned roles which is if you are creating a new client callable script include in Tokyo. For existing client callable script include please add the lines as mentioned here https://docs.servicenow.com/en-US/bundle/tokyo-platform-administration/page/administer/security/refe...
as per your requirement.
Thanks