You need to sign in to do that
Don't have an account?
GMASJ
Out of list of contacts associated to account need to make one contact as primary validation
Hi,
I need to create a validation rule in contact where user can select one contact as primary associated to an account please suggest me how to add this validation please suggest me a best method to incorporate this rule.
Thanks
Sudhir
I need to create a validation rule in contact where user can select one contact as primary associated to an account please suggest me how to add this validation please suggest me a best method to incorporate this rule.
Thanks
Sudhir
Hope the below ans helps.
1. Create a new checkbox field on account as : Primary Contact Exist ?
2. Once you create a new contact, and if you are making the contact as primary, fire the prcess builder to update the above field on account marked as true,
3. Create a validation on contact, to check if the account's Primary Contact Exist is tru or false.
Note: You need to handle a scenario where the primary contact is deleted from the system, make sure you uncheck the Primay Contact Exist field on respective account. [ manually or trigger]
Thank You,
Rajesh Adiga P.
Thanks
Sudhir
So, now on account there is no primary contact, and hence user can create a new contact / or update existing and mark this as primary.
The same procedure can be followed before deleting the primary contact, that is make the primary conatct as secondary. [ so that at account level field update happends] after save successfully then user can delete the contact.
Thank You,
Rajesh Adiga P.