<?xml version="1.0" encoding="UTF-8"?> 
 | 
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>fm_Last_Modified_Date__c</fullName> 
 | 
    <externalId>false</externalId> 
 | 
    <formula>IF( 
 | 
            ISBLANK(Custom_Last_Modified_Date__c),LastModifiedDate,Custom_Last_Modified_Date__c 
 | 
        )</formula> 
 | 
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs> 
 | 
    <label>fm Last Modified Date</label> 
 | 
    <required>false</required> 
 | 
    <trackTrending>false</trackTrending> 
 | 
    <type>DateTime</type> 
 | 
</CustomField> 
 |