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
Merita Osmani 7Merita Osmani 7 

How do I by pass validation rule in Process Builder?

Hi Community,

can someone please help me figuring out how to bypass a validation rule on contacts?

I created two processes with the Process Builder:

1. (on Contact) Update Contact.MailingAddress, when AccountID is changed 
2. (on Account) Update Contact.MailingAddress of all related contacts, when Account.BillingAddress is changed. 

Validattion rule:

NOT($Setup.VRBatchExclusionSetting__c.IsBatchExcluded__c) && 

TEXT(Begr_ndung_E_Mail_fehlt__c ) = '' && 

Email = ''



Thank u in advance! 
 

karthikeyan perumalkarthikeyan perumal
Hello, 

kinldy refer below thread for same issue 
it might help you, 

https://success.salesforce.com/answers?id=90630000000D8ChAAK

Hope this will help you.
 
Thanks
karthik
 
Saravanan Sivalingam 1Saravanan Sivalingam 1
please explain your query clearly, do you want to trigger or don’t want to trigger the validation rule while update.