
What is the best way to ammed this so that the process builder works and the validation rule works? Is there a way to put an exception into the validation rule to stop a field or to input the exception into the process builder?
1 respuesta
Hi Serena, there isn't a native functionality for that, but Brian suggested an interesting solution on this thread:
https://success.salesforce.com/answers?id=90630000000ZeoPAASYou can code the process builder to update a field not on any page layout and add something like:
not(ischanged(YourField__c))
To exempt that update from validation rule.