Skip to main content
Shweta Bhambhu 님이 #Sales And Marketing에 질문했습니다
Need help in validation rule. In my Org I have requirement that if Updated Proeject Gross Benefit i.e. is a currency field if that is changed everytime it should ask the reason. Below validation rule is if user add the value in Update Project Gross Benefit only restrict user to add Notes for one time not everytime is it edited. Please let me know if that is possible. 

 

AND( 

 

ISCHANGED( Updated_Projected_Gross_Benefit__c ) , 

 

ISBLANK( Updated_Project_Gross_Benefit_Notes__c ) 

 

)
답변 9개
  1. 2019년 1월 9일 오후 9:41
    Hi Deanne - Thanks for working on it. I figured out, for me below rule worked. 

     

     AND(ISCHANGED( Updated_Projected_Gross_Benefit__c ) , NOT(ISCHANGED(Updated_Project_Gross_Benefit_Notes__c))
0/9000