[SalesForce] autopopulate case field with related account field value

I have to populate contact1(a text custom field) on case with the value from account object field account member(custom field).When i create a case and select a account name ..value from accountmember field of account object should get populated in contact1 field on case object. Please help me out with solution.

Best Answer

You can use a workflow rule for this functionality. Create a workflow with the field update as the workflow action. As Account is a lookup on the case object, you can reference account object's field in the field update using the formula editor in the field update screen.