Records Last modified Time
Hi,
In Open UI(8.1.1.14.1), i want to display the last modified date/time of a particular record. Any idea how to do it ? I tried below code, but when i update any one record, it is displaying current date/time for all the contact records.
$("#UserNew").html('<button>click</button>') ;
var x = document.lastModified;
document.getElementById("UserNew").innerHTML = x;
How can we restrict it for a particular record.
Regards,
Pallavi