Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Inherited Checkbox

Ajinkya2
Kilo Contributor

Can anyone explain the use of Inherited checkbox in Client Script>

1 ACCEPTED SOLUTION

Uncle Rob
Kilo Patron

It means the client script will work on tables that extend the table the script is on.

Imagine you had a client script on base task table, then checked Inherited.  That would mean the client script would be active on incident, problem, change, etc. etc.

 

https://docs.servicenow.com/bundle/london-application-development/page/script/client-scripts/concept/client-scripts.html

View solution in original post

1 REPLY 1

Uncle Rob
Kilo Patron

It means the client script will work on tables that extend the table the script is on.

Imagine you had a client script on base task table, then checked Inherited.  That would mean the client script would be active on incident, problem, change, etc. etc.

 

https://docs.servicenow.com/bundle/london-application-development/page/script/client-scripts/concept/client-scripts.html