You need to sign in to do that
Don't have an account?

Copy field data and append to another field
I have created a custom object which is going to be used for an internal support team.
Users will be entering in comments into the 'Comments' field that need to be date/time stamped and retained (nobody except sysadmin can edit once saved).
Only solution I can think of (but do not know how to accomplish):
There is a long text area field that comments will be entered. When the record is saved, I would like to cut the text in this field and append it into another long text area field with a date/time stamp at the beginning of the line. I can then make this field read-only to everybody but the sysadmin profile.
Help would be greatly appreciated!
I saw this done with a workflow rule and field update at Dreamforce '11. The solution was created by Steve Molis from Epsilon.
Create an ‘append only’ text field, similar to Case Comments or Notes and Attachments with Last Updated By User and a Timestamp.
Workflow Rule and Field Update
Nice work. Need to make it to dreamforce this year.