Client script not working in Service Operations Workspace

rkngrajo
Tera Contributor

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

2 REPLIES 2

Ankur Bawiskar
Tera Patron
Tera Patron

@rkngrajo 

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.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Ashish Parab
Mega Sage

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