how to create a new state

Jen8
Kilo Explorer

How to you create a new state

3 REPLIES 3

Miguel Donayre
ServiceNow Employee
ServiceNow Employee

Hi 

Where is the new state going to be used? The Change module? Incident? Project? 

Allen Andreas
Administrator
Administrator

Hello,

Your question is very short and vague, but to throw this out there, it's generally not recommended to create a new state due to the amount of other scripts and dependencies within the system however, if you must, here's an example:

https://docs.servicenow.com/bundle/rome-it-service-management/page/product/change-management/task/t_...

Please mark reply as Helpful/Correct, if applicable. Thanks!


Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

Anurag Tripathi
Mega Patron
Mega Patron

Its usually adding a  new choice value to a field(state field in this case) but it can have serious implications so be careful with what you are going to do. 

Here is an eg

Create a new choice | ServiceNow Docs

-Anurag