| <?xml version="1.0" encoding="UTF-8"?> | 
| <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>Confirm_Count_Within_Limit__c</fullName> | 
|     <description>SWAG-BD28RR 2019-6-21变更前  | 
| if (  | 
| Or(Status_With_Check__c = '批准', Status_With_Check__c = '批准(代理)'),  | 
| if (  | 
| Approved_Date_With_Check__c <= Confirm_Limit_Date__c,  | 
| 1,  | 
| 0  | 
| ),  | 
| 0  | 
| )</description> | 
|     <externalId>false</externalId> | 
|     <formula>if (  | 
| Or(Status_With_Check__c = '批准', Status_With_Check__c = '批准(代理)'),  | 
| if (  | 
| Approved_DateTime_With_Check__c <= Confirm_Limit_Date__c,  | 
| 1,  | 
| 0  | 
| ),  | 
| 0  | 
| )</formula> | 
|     <label>准时批准次数</label> | 
|     <precision>18</precision> | 
|     <required>false</required> | 
|     <scale>0</scale> | 
|     <trackHistory>false</trackHistory> | 
|     <trackTrending>false</trackTrending> | 
|     <type>Number</type> | 
|     <unique>false</unique> | 
| </CustomField> |