Why problem record does not have cancel state?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2025 01:20 AM
Hi All,
If a user create a problem record and it is no longer needed in future....how can we cancel it ??
Can anyone help me the solution and also the reason why problem record does not have cancel state?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2025 01:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2025 01:29 AM
Hi,
You can mark it as closed with proper notes that it was created in error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2025 06:11 AM
1) Open Cancel UI action (Table : Problem ) and modify the condition as below:
current.canWrite() && (new ProblemStateUtils().canMarkDuplicateOrCancel(current) || current.state=='101'
2) Open State model from navigator > Click on Problem Management: Default Flow > Click on "Closed" State transition at the bottom of the screen > Next page appears , please add "New" state in Enter condition filter
3) Click on Problem Model > General > Bottom of the screen , click on New in the Model states and add New to Closed state transition