I would like to copy the Title, Phone, Email and 2 custom fields from CONTACTS to CSAT_SURVEY object on a click of a button. I already have a custom list button which has a Javascript coding that is making sure before a Contact is added to the Child Object called - CSAT_Survey, all the necessary fields are completed.
Now, the confusion is, if I need to copy values from Contact to CSAt_Survey objects:-
a) Should I edit the same Javascript Code and add the logic there to copy values over.
OR
b) Should I use any other method to copy values to the Child Object.
In general, how can I copy values from Parent to Child object?
thanks.
2 answers
I should have replied it earlier. Yes, I used the formula field to copy the values over from Parent to Child and it worked.
thanks.