Skip to main content
I want to set up a Workflow Rule that when the Milestone PM Project's custom field First Check Date gets changed, it sends an email to specific team members.Formula using ISCHANGED is not working. It says Error: Function ISCHANGED may not be used in this type of formula
3 respuestas
  1. 13 nov 2013, 15:41
    Hey Samantha,

     

    Make sure you have you 

    • Evalaution Criteria : created and every time it's edited.

    • Rule Criteria : formula evaluates to true.

    • Formula :

    AND(

    NOT(ISBLANK( First_Check_Date__c )),

     

    ISCHANGED( First_Check_Date__c )

    )

     

    Best,

     

    Deepak
0/9000