You need to sign in to do that
Don't have an account?
abhilash reddy 49
If atleast one of contact checkbox filed is true we have to make corresponding account checkbox filed to true
1.)I have a Checkbox field called "Best Contact" in contact object.
2.)I have a checkBox field called "Contains Best Contact" in account object.
My requirement is if atlest one contact checkbox field (Best Contact)is true then we have to make corresponding Account checkbox filed(Contains Best Contact)to true
2.)I have a checkBox field called "Contains Best Contact" in account object.
My requirement is if atlest one contact checkbox field (Best Contact)is true then we have to make corresponding Account checkbox filed(Contains Best Contact)to true
Use process builder to update the Account from contact.
Process builder should be in contact
Thanks
Thank u for ur reply...
Through Trigger How can I do That?
Hi Abhilash,
You can use process Builder or you can write a trigger for your requirement.
The trigger would look something like this:
Note: I would suggest you to achieve this using process builder. It quite easy to use the process builder.
Let me know if it helps.
Thanks!