August 5, 201114 yr Newbies Is it possible to to timestamp when a field was last edited rather then the whole record? Thanks
August 5, 201114 yr Create a field mod timestamp, and update it via an OnObjectModify script trigger attached to the field. Search for "audit logs" for more techniques.
August 5, 201114 yr Set a timestamp field to auto-enter a calculated value (replacing existing value) = Let ( trigger = SomeField ; Get ( CurrentTimestamp ) ) I don't think script trigger is a good idea: there are too many ways to modify the watched field that will not fire the script.
Create an account or sign in to comment