Client script not working in Service Operations Workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2025 12:03 AM
Hi. Any advice on this?
Below client script is working in classic interface but not in Service Operations Workspace:
function onLoad() { var gf = g_form; var gu = g_user; ScriptLoader.getScripts('Utilities.jsdbx', function() {Utilities.postOnLoadEvent(gf, gu); }); }
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2025 12:13 AM
script loader won't work in workspace view.
what's your actual business requirement?
Is that an OOTB client script or custom one?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2025 12:17 AM
Hello @rkngrajo,
You are using ScriptLoader.getScripts which is not supported by SOW.
Please mark this response as Correct and Helpful if it assists you. You can mark more than one reply as an accepted solution.
Thanks,
Ashish