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.

Configure state choice list and behaviour

gianluca5
Giga Contributor

ITSM Simulator: HELP!!

 

We would like state values to be updated to allow the service desk to have more information on what the next step in the process is.

 

1. Disable the State choice: "On Hold". (again, do not delete it)

 

2. Add a new State choice with the Label of : "Awaiting Change", in the sys_choice record make the Value field: 4.

 

3. Set the incident state to "Awaiting Change" when a Change is created from an incident, by updating the existing "Create Normal Change" and "Create Emergency Change" UI actions.

 

Use 'state' not 'incident_state'

10 REPLIES 10

Guichard C
Tera Contributor

The last part for the UI Action didn't work after I added "current.state = 4" where you recommended in the script.