Need to Give the Repair SLA UI action (present on form) visibility to specific role.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2022 09:46 AM
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.
Thanks in advance...

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-30-2022 02:22 AM
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