Hello Designers!..
I have 4 fields in my form.
-
Name
-
Group
-
Serial No
-
Edited History
If any user changes any one of the field, i have to show Edited History. i.e.
-
Who has edited
-
Which field has been edited
-
Edited day & time.
Please give me formula code, if any one knows.
Thanks in Advance
Vj
Subject: Want to Display Edited feild History…
2 options.
easier and ugly: create button besides those fields. user has to click that button to change the value. save old value, get new value. write changes to log.
more work but nicer: In the query open of the document, check when the doc goes to edit mode. At that point save the current values of those in a temp. field. In the querysave, check for changes with those temp values and the new ones, if any change has been made, update the field history.