Need to Give the Repair SLA UI action (present on form) visibility to specific role.

amruta
Kilo Contributor

Where we can find script named "SLARepairClient.js" as it is called in UI Action Script (repair SLA)
As follows:
ScriptLoader.getScripts([ '/scripts/SLARepairClient.js' ], function() {});

So we can grant specific role to this UI Action.

find_real_file.png

Thanks in advance...

1 REPLY 1

Vismit Ambre
Giga Guru

Hi Amruta,

This is an OOB Script that is stored within the ServiceNow internal library. You would not be able to modify this. This behaves similar to the APIs that ServiceNow provides that are generally prefixed by "sn_".

However, If you want to read the code behind for this, you can do so by in the developer tools. You might have to enable the network capture prior to clicking the UI Action. 

Once clicked, the resource should be available just to "read"

Let me know if this helps or any other assistance is required.

 

Regards,

Vismit