TransWikia.com

workflow rule not firing update field action

Salesforce Asked by Return0 on February 25, 2021

The requirement is to write a workflow rule on certain custom object for field update and the condition is "if Status__c(formula text field) value is Block and picklist value of Rule__c field is either fine or course and in this scenario if lookup field (Center__c)or (Right__C)is changed then do field update action ". Below is the criteria i wrote

    AND( Status__c = 'Block' , 
    OR(ISPICKVAL(Rule__c,'fine'),ISPICKVAL(Rule__c,'course')) ,
    OR(ISCHANGED(Center__c),ISCHANGED(Right__c))
     )

But the workflow doesnt seem to work if while editing record i keep status__c as ‘block’, rule__c value as ‘fine’.Also the evaluation criteria is "evaluation criteria is "Every time a record is created or edited". Not sure where i went wrong

PS:this is the only workflow rue on this object and both worflow rule and action are active

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP