Skip to main content
I'm trying to update a workflow. Here is the workflow 

 

AND  (  Email_Sent__c = False,  RecordType.Name = 'FSINT Opportunity',  Amount  >= 5000000,   OR  (  BEGINS(CreatedBy.UserRole.Name,'FSINT Mexico')  )  )

 

I am being asked to add   Workflow Disabled? = False

 

No matter how I do it I am getting Syntax errors. Thoughts?
5 answers
  1. Oct 3, 2016, 7:35 PM
    You cannot detect whether a Workflow Rule is active or not active from a formula field. Plus, if the Workflow Rule was not active, it wouldn't be running to know that it wasn't active.

     

    Can you describe the use case so we can offer some other suggestion?
0/9000