<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Department_should_be_entered</fullName>
    <active>true</active>
    <description>Validation should not fire for automatically converted leads created via API (with Orchard_Lead_Id__c external identifier).</description>
    <errorConditionFormula>AND(ISBLANK(Department), ISBLANK(Orchard_Lead_Id__c))</errorConditionFormula>
    <errorDisplayField>Department</errorDisplayField>
    <errorMessage>Please enter the department.</errorMessage>
</ValidationRule>
