
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
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?