Newbies GizmoGCHC Posted August 5, 2011 Newbies Posted August 5, 2011 Is it possible to to timestamp when a field was last edited rather then the whole record? Thanks
bcooney Posted August 5, 2011 Posted August 5, 2011 Create a field mod timestamp, and update it via an OnObjectModify script trigger attached to the field. Search for "audit logs" for more techniques.
comment Posted August 5, 2011 Posted August 5, 2011 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.
Recommended Posts
This topic is 4917 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now