Announcing the Global SNUG Board of Directors. Learn more here

Help
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Find the usage of script include

Khanna Ji
Giga Guru

I would like to know how to find scripts which call a script include. It could be a CS, BR, Workflow, Flow etc. 

I have been asked to modify the script include but also requested me to share the impact and usage of the script across the platform. This is a custom script include developed by somebody else few years back.

I am sure you might have come across this situation. Please help.

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

@ServiceNow User 

I could think of these

here are the common Scripts

https://docs.servicenow.com/bundle/paris-application-development/page/script/general-scripting/refer...

1) Client Side

    Client Scripts
    UI Policy
    UI Scripts
    Catalog Client Script
    Catalog UI Policy
    Widget client script
    UI Pages - Client script

2) Server Side

    Business rule
    Script include
    Script action
    Schedule job
    Fix Scripts
    Workflow run script
    Email Scripts
    Installation Exits
    Widget server side script
    ACL Script
    Transform map scripts
    Field map scripts
    UI Actions
    UI Pages - Processing script
    UI Macros

Regards
Ankur

Regards
Ankur

View solution in original post

17 REPLIES 17

Ankur Bawiskar
Tera Patron
Tera Patron

@ServiceNow User 

I could think of these

here are the common Scripts

https://docs.servicenow.com/bundle/paris-application-development/page/script/general-scripting/refer...

1) Client Side

    Client Scripts
    UI Policy
    UI Scripts
    Catalog Client Script
    Catalog UI Policy
    Widget client script
    UI Pages - Client script

2) Server Side

    Business rule
    Script include
    Script action
    Schedule job
    Fix Scripts
    Workflow run script
    Email Scripts
    Installation Exits
    Widget server side script
    ACL Script
    Transform map scripts
    Field map scripts
    UI Actions
    UI Pages - Processing script
    UI Macros

Regards
Ankur

Regards
Ankur

List is fine but how can I check? For example workflow run script? I can't go to each workflow and check it's script

@ServiceNow User 

Refer these links for finding in workflow activities

Searching the script field(s) of workflow activities

Workflow Script Searcher

Regards
Ankur

Regards
Ankur

@ServiceNow User 

Did you get a chance to check on the above links?

Regards
Ankur

Regards
Ankur