function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Naveen KvpNaveen Kvp 

How to auto populate account field values in custom object??

how to auto populate account field values in custom object(Branding_Visit__c) and in this object i create Account__c field it is lookup to account when we check account from lookup,and i have a fields like State,District,Location on Branding_Visit__c these fields are auto populate from account? how to auto populate this by using formula field or trigger??
Best Answer chosen by Naveen Kvp
RamuRamu (Salesforce Developers) 
You should be able to do it with formula fields as Branding_Visit__c has a lookup field that is referring to Account. Here is an article showing the example

http://www.pardot.com/faqs/salesforce/how-do-i-copy-salesforce-com-account-fields-to-contact-fields/