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

when account source_c field inserted, in contact object Edit page source_c field will be automatically populated?
Hai
I am new to SFDC
Plz Help me..
I am new to SFDC
Plz Help me..
You need to sign in to do that
Don't have an account?
Get More info: http://www.esofttools.com/ost/
Get details: http://www.regzasoftware.com/ost-to-pst-converter/
Can you be more specific? Provide field names and type and rephrase your question.
Yuvaraj
From your question, I'm interpreating that source__c custom field is in both Account and contact object. And you want to automatically
update the contact's source__c field on updation of account's source__c custom field.
For this scenario, you can go for Lightning Process Builder.
Select the base object as: Account.
Define the criteria as: if source__c field isChanged.
In immediate action: select update a record.
In the record to update : select contact.
choose the custom field of contact to update i.e, source__c
And in the formula field : use the account source__c field.
Save and activate the process builder.
Hope this helps.