Update number in incident audit history
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-09-2015 11:38 AM
Hi Team,
Why is the update number 1 missing in one of the incident for the assignment group changes. While this works fine in another assignment group.
Thanks,
Sandhya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-09-2015 11:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-09-2015 11:52 AM
This is likely because an update is occuring in a business rule somewhere, and .setWorkflow(false) is also being called.
When you use the .setWorkflow(false) command during an update, it does not capture the audit history (which is why you should never use that method).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-09-2015 11:58 AM
But this is not occuring for all the incidents? some of them are working fine and tracking the update number correctly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-09-2015 11:58 AM
'Update number' increments every time the Incident is updated (maybe one field or multiple fields).
so for eg in Update 1 - Assignment group is updated
Update 2 - Assigned to is updated
Update 3 Assignment group and Assigned to is updated
so when you filter label=Assignment group will show 2 records with update counter as 1 and 3
Hope this helps to understand.
Suraj Chauhan