• SKerr
  • NEWBIE
  • 0 Points
  • Member since 2004

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
Hi,  
 
Trying to set up a Validation Rule on Leads, and cannot get this one to work,  can anyone see an error.   If bolean = True, and Sales Type = Field Sale, then error if Sales Visit date = NULL, for Record type.
 
Any help would be really appreciated.
 
Thank you
 
AND  (
  (Convert_this_Lead__c = TRUE),
  ISPICKVALUE(Sale_Type__c ,"Field Sale"),
     ISNULL(Initial_Sales_Visit_Date__c ),
$RecordType.Name = "EUR:Pickfords Business Moving")