Skip to main content
Hi everyone - I'm having difficulty with what seems like should be an easy formula.  I want to create a validation rule where we the Opportunity Close Date cannot occur before the Opportunity Create Date. Please help!
19 respuestas
  1. 19 oct 2018, 20:04
    FYI - we jumped on a call found out that the field was not Start_Date__c but standard ServiceDate(which was actually relabelled as Start Date).

     

    So the VR should have been - 

    ServiceDate > End_Date__c

0/9000