I need to make a history field in our bug database. Right now, it keep a history of 'comments' by putting the date, time, and comment at the bottom of the field. What I want to do is add what fields have been changed in the record.
For instance, I'd like it to say something like:
9/28/00 7:56AM Fields changed: status owner description
Is there a way to do this with a script? When you submit something, it has to know what fields have changed and what has stayed the same, how do you get that information?