How to access "modify time" from Client Script?
Hi everyone!
I'm writing a Client script for the Account-Edit-onSave event. I'd like to access the "modify time" property, is this possible?
I've tried using
$Page.record._Modify_time
but it looks like this returns what is on the server when the user presses "save", not what it was when the user loaded the page.
Thanks in advance!