Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-02-2018 03:11 AM
Hi All, How can i call a global script include from an scoped application on change client script? Thanks, KUMAR
Solved! Go to Solution.
Labels:
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-02-2018 03:37 AM
Hi Ashwani,
Are you using a Glide Ajax to call it? I think you can just add the scope to your GA name eg:
var ga = new GlideAjax('global.YourScriptIncludeName');
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-02-2018 03:37 AM
Hi Ashwani,
Are you using a Glide Ajax to call it? I think you can just add the scope to your GA name eg:
var ga = new GlideAjax('global.YourScriptIncludeName');