
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-21-2020 12:45 AM
Hi!
I'm trying to execute a script include inside a UI page.
I followed this guide: https://docs.servicenow.com/bundle/paris-application-development/page/script/ajax/topic/p_AJAX.html
and I'm trying to make the example work.
This is my script include
and this the UI page
if I try to execute the code I get:
and the log inside the include script is not printed.
Any idea on what I'm doing wrong?
Thank you
Solved! Go to Solution.
- Labels:
-
Scoped App Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-21-2020 01:17 AM
Your script include is not client callable, mark that checkbox true and check.
Raghav
MVP 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-21-2020 01:17 AM
Your script include is not client callable, mark that checkbox true and check.
Raghav
MVP 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-21-2020 03:54 AM
Set Client Callable Checkbox as true
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-21-2020 03:55 AM
Set Client Callable Checkbox as true so that you can call script include function from client side
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader