- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-23-2024 06:31 AM
when an incident/case is created why it will be in the new,open state is there any script, workflow running background let me know how to navigate and modify it please let me know if you have any updates
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2024 05:27 AM
Hi @Hanook
The incident's initial state is 'New' and it can be set by specifying 'Default value' on the dictionary entry of 'State' field.
Here's how you can check it from backend
- Open any existing incident form
- Right click on the 'State' field and click on 'Configure Dictionary'
- Dictionary Entry of 'State' field will open
- Scroll down and click on 'Choices' related list
- Type incident in 'Table' column of the 'Choices' related list
- This 'Choices' tab shows all the drop-down options and backend values available for the state field
- New state's backend value is 1. There is 1 in 'Default value' field under 'Default Value' tab. Due to this initial state is 'New' for the incident.
Incident table extends task table and 'State' field is on task table.
There is 'Incident state' field on the incident table whose drop-down options are from 'State' field of the incident table.
'Incident state' field's default value is also 1 i.e. 'New'
When 'Incident state' field is 'New' and 'Assigned to' field is not empty then 'Incident state' and 'State' fields are set to 'In Progress'. This behaviour has been configured in the businesss rule 'Incident State Active on Assignment'
'Incident state' and 'State' fields are set to 'In Progress when all conditions below are satisfied
- 'Additional comments' changes
- 'State' is 'On Hold'
- 'On hold reason' is 'Awaiting Caller'
- 'Caller' is logged-in user
This behaviour has been configured in the business rule 'Incident State Change to In Progress'
When 'Incident state' is Closed then state is set to Closed by the business rule 'Change state on closed Insert'
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2024 05:24 AM
Hi @Hanook ,
Go to dictionary entry of state field in Default Value tab you can find the state value. Else check for onsubmit client script or business rules from where the state field is updating.
Mark it as helpful and solution proposed if it serves your purpose.
Thanks,
Anand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2024 05:27 AM
Hi @Hanook
The incident's initial state is 'New' and it can be set by specifying 'Default value' on the dictionary entry of 'State' field.
Here's how you can check it from backend
- Open any existing incident form
- Right click on the 'State' field and click on 'Configure Dictionary'
- Dictionary Entry of 'State' field will open
- Scroll down and click on 'Choices' related list
- Type incident in 'Table' column of the 'Choices' related list
- This 'Choices' tab shows all the drop-down options and backend values available for the state field
- New state's backend value is 1. There is 1 in 'Default value' field under 'Default Value' tab. Due to this initial state is 'New' for the incident.
Incident table extends task table and 'State' field is on task table.
There is 'Incident state' field on the incident table whose drop-down options are from 'State' field of the incident table.
'Incident state' field's default value is also 1 i.e. 'New'
When 'Incident state' field is 'New' and 'Assigned to' field is not empty then 'Incident state' and 'State' fields are set to 'In Progress'. This behaviour has been configured in the businesss rule 'Incident State Active on Assignment'
'Incident state' and 'State' fields are set to 'In Progress when all conditions below are satisfied
- 'Additional comments' changes
- 'State' is 'On Hold'
- 'On hold reason' is 'Awaiting Caller'
- 'Caller' is logged-in user
This behaviour has been configured in the business rule 'Incident State Change to In Progress'
When 'Incident state' is Closed then state is set to Closed by the business rule 'Change state on closed Insert'
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2024 10:49 PM
Whenever a new case is created, the State is In new in the dev and test instance.
whereas in prod the status is in open.
Can you tell me why it is changing in the prod environment?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-25-2024 04:56 AM
HI @Hanook
Please check the same steps in prod shared by @Iraj Shaikh for case table. or see any BR or script ing working on same and moving case to next state.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************