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.

Set some states as inactive states

raed1
Giga Contributor

Hey guys,

I have a table extended from the task table and have a few new states that I have added to it. Is there a way to set these states as inactive states without setting up a business rule, so that whenever one of these states is selected, the active field is automatically switched to false?

Thanks,

Raed

5 REPLIES 5

Bert_c1
Kilo Patron

A client script can do that, ones that runs "onChange" for the extended table and the state field. Plenty of examples in your instance.