- 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
‎04-13-2024 10:12 PM
Hello,
I have a question i need to have Assigned to and Assignment groups are hidden on creation. and after creation Assigned to and Assignment groups are visible again and are mandatory.
So how can i Do the UI policy in the creation , what coditions exactly should i put ? because when i put any condition it appears also in the Open(New) not only create New. Also what conditions shall i put in after creation to define Open(New) , in progress , resolved and so on. i need only the conditions for UI on creating an incident , and conditions after creating an incident for anything to appear , disappear , mandatory