| <?xml version="1.0" encoding="UTF-8"?> | 
| <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>ltCreatedDate__c</fullName> | 
|     <externalId>false</externalId> | 
|     <formula>IF( (RecordType_DeveloperName__c = "NewMaintenance_Quote" && (Contract_Start_Date__c <   DATEVALUE(CreatedDate) ||  Contract_Esti_Start_Date__c <   DATEVALUE(CreatedDate) )),true , false)</formula> | 
|     <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs> | 
|     <label>小于创建日</label> | 
|     <trackHistory>false</trackHistory> | 
|     <trackTrending>false</trackTrending> | 
|     <type>Checkbox</type> | 
| </CustomField> |