- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-09-2022 12:00 AM
I have a workspace client script that calls a script include but doesn't seem to work the same script works on the platform side but not on the workspace side.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-09-2022 12:04 AM
I believe that's the issue, I found out that if the script include is in a scoped app the workspace client script won't be able to access it. So, try recreating the script include in the global scope and test it out.
If this helped you address the issue please mark it as helpful and accept it as a solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-09-2022 12:01 AM - edited ‎11-09-2022 12:01 AM
Is your script include on a scoped app?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-09-2022 12:02 AM
Yes @Misgana it is.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-09-2022 12:04 AM
I believe that's the issue, I found out that if the script include is in a scoped app the workspace client script won't be able to access it. So, try recreating the script include in the global scope and test it out.
If this helped you address the issue please mark it as helpful and accept it as a solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-04-2024 07:48 AM - edited ‎12-04-2024 07:53 AM
For Scoped Application : Use fully qualified name of script include (i.e API Name) in the GlideAjax constructor used in the work space client script