Count the number of Updates in a record without using current.sys_mod_count
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-24-2017 06:05 AM
I am looking for BR/Script to count the number of updates done on a record and display with a info message.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-24-2017 06:10 AM
Hi Preetam,
This can be achieved but we need to do some additional scripting in this.
You will have to create an additional field. When ever update happens on this record then count will increase in this field.
Thank You,
Ashutosh Munot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-27-2017 09:52 PM
Can we create a custom metric and show with addinfomessage on top a form, without using a field.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-28-2017 05:10 AM
HI,
You need to look how u can call that metric in onload client script because you will have to fetch that value from server and display it to client.
Instead of that you use dummy field if you dnt want to use sys_mod_count.
Thank you,
Ashutosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-28-2017 05:24 AM
There's a few ways it can be done, but most important is to find out why sys_mod_count is *NOT* what you want to use. What is it lacking?