sys_mod_count - How is this measured

densernow
Giga Contributor

Hi,

Does anyone know how the field sys_mod_count on this Incident table is calculated?

Thanks

4 REPLIES 4

tony_barratt
ServiceNow Employee
ServiceNow Employee

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


What type of updates would increment the field?

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!

Blue
Tera Contributor

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.