sys_mod_count - How is this measured
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-15-2015 06:16 AM
Hi,
Does anyone know how the field sys_mod_count on this Incident table is calculated?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-18-2015 01:44 PM
Hi Denis,
http://wiki.servicenow.com/index.php?title=Creating_a_Custom_Table
..
3.1 Global Default Fields
..
Updates [sys_mod_count] | Integer | A numeric field that counts the number of updates for this record since record creation. |
If you look in the history of an incident you can see a correlation between sys_mod_count and the highest "Update number".
Best Regards
Tony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
What type of updates would increment the field?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
Hey @Blue ,
Any update on record will increase this field by 1. like you added more description to incident record, assign incident to someone... like this
Thanks,
Bhimashankar H
-------------------------------------------------------------------------------------------------
If my response points you in the right directions, please consider marking it as 'Helpful' & 'Correct'. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
Thank you. I ask because FCR out of the box calculation uses it and it seems to not include INCs the tier 1 service desk enters multiple comments even if they resolve it on first contact.