What is current.sys_mod_count in sys_email?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2019 01:27 PM
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.
Labels:
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2019 02:05 PM
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. |
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