How to create problem record with assess state?

kiran115
Tera Contributor

Whenever a problem record is created by an incident or directly by the problem module, The stages should start from an assess state instead of a new state. How to configure that requirement?

2 REPLIES 2

Robbie
Kilo Patron
Kilo Patron

Hi @kiran115,

 

This looks like a duplicate of:

https://www.servicenow.com/community/developer-forum/how-to-create-problem-record-with-assess-state/...

 

Did you see my response an recommendation on the above thread? Did you implement the changes? What can I do to help?

 

To help others (or for me to help you more directly), please mark this response correct by clicking on Accept as Solution and/or Kudos.


Thanks, Robbie

Yashsvi
Kilo Sage

Hi @kiran115,

You can use Business Rule to achieve this requirement in ServiceNow. By creating a Business Rule, you can ensure that every time a problem record is created, its state is set to "Assess" instead of "New". 

Try this Script:

Yashsvi_0-1717009792731.png

If this answer was helpful, I would appreciate if you marked it as such - thanks!