Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

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