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.

Make Resolved state inactive

Rkanodia
Tera Contributor

How can I make "Resolved" state , an inactive type of state ?

In other words, if the state of the case changes to "Resolved", the active field of the case should be false. Unlike what is presented in screenshot:

Rkanodia_0-1721288657968.png

 

 

1 ACCEPTED SOLUTION

Community Alums
Not applicable

Hi @Rkanodia ,

You can write a UI Policy for this.

Steps:

1) Create a UI Policy with condition 'state' is resolved.

2) Add UI Policy Action in the Policy : Active = false

That will fulfill your requirement. 

 

Thanks.

Hope it helps.

If my response turns useful, you can mark it helpful and accept solution.

View solution in original post

9 REPLIES 9

Community Alums
Not applicable

Hi @Rkanodia ,

You can write a UI Policy for this.

Steps:

1) Create a UI Policy with condition 'state' is resolved.

2) Add UI Policy Action in the Policy : Active = false

That will fulfill your requirement. 

 

Thanks.

Hope it helps.

If my response turns useful, you can mark it helpful and accept solution.

Hi @Community Alums 

I need to set the value of the field "Active" = FALSE so that the checkbox gets unchecked. 

Rkanodia_0-1721290139399.pngRkanodia_1-1721290152737.png

 

Community Alums
Not applicable

Hi @Rkanodia ,

YES.

 

Hope it helps.

Hi @Community Alums 

I couldn't get you 

Adding a UI policy action 
Active 

I need to map whether mandatory,read-only&visisble is true or not ?

How will I set it's value to false ?