Count the number of Updates in a record without using current.sys_mod_count

Preetam Barai
Tera Expert

I am looking for BR/Script to count the number of updates done on a record and display with a info message.

4 REPLIES 4

Ashutosh Munot1
Kilo Patron
Kilo Patron

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


Can we create a custom metric and show with addinfomessage on top a form, without using a field.


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


Uncle Rob
Kilo Patron

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?