How can i call a global script include from an scoped application on change client script?

ashwanikumar
Tera Expert

Hi All, How can i call a global script include from an scoped application on change client script? Thanks, KUMAR

1 ACCEPTED SOLUTION

Dubz
Mega Sage

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');


View solution in original post

1 REPLY 1

Dubz
Mega Sage

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');