• Guy Bickel
  • NEWBIE
  • 10 Points
  • Member since 2014
  • Director of Business Development
  • CRMCulture

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies

Hello i want to use formula field in ISCHANGED() in Workflow rule criteria but i get error like bellow.

 

Formula :

 

IF( AND ( Risk_Rating__c = 'D' , Total_AR__c > 0 ,  ISCHANGED( Oldest_Due_Date__c ) , true, false) )

 

Note : here Oldest_Due_Date__c is formula field with Date return type.

 

Error: Function ISCHANGED may not be used in this type of formula