You need to sign in to do that
Don't have an account?
Money Care 7
How to update account field based on contact field
Hi Guys
How to update account field when i am updating contact field uisng trigger.
For expamle:
account and contact object have mail _id__c custom field if i will update contact mail_id__c field then that will be updated in account object automatically..
How to update account field when i am updating contact field uisng trigger.
For expamle:
account and contact object have mail _id__c custom field if i will update contact mail_id__c field then that will be updated in account object automatically..
Please try below trigger and its handler code:
Handler