<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>HasTheDealPassedToFinance__c</fullName>
    <formula>OR(
    ISPICKVAL(AWALStatusPath__c, &quot;Passed to Finance&quot;),
    NOT(ISBLANK(ApprovalDate2__c))
)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>Has the deal passed to Finance?</label>
    <trackHistory>false</trackHistory>
    <type>Checkbox</type>
</CustomField>
