Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

What is current.sys_mod_count in sys_email?

cspra
Giga Expert

I wrote a new BR to add Email client attachments to my record with this condition current.sys_mod_count==1.

What does current.sys_mod_count==1?  Or How this current.sys_mod_count set to 1?

Any condition that I should include to make sure that I would only consider emails created from using EMAIL CLIENT? 

 

Thanks.

1 REPLY 1

sachin_namjoshi
Mega Patron

3.1 Global Default Fields

..

 

Updates [sys_mod_count]IntegerA numeric field that counts the number of updates for this record since record creation.

 

 

e.g If you look in the history of an incident   you can see a correlation between sys_mod_count and the highest "Update number".

 

Regards,

Sachin