|  |  | 
 |  |  | <?xml version="1.0" encoding="UTF-8"?> | 
 |  |  | <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | 
 |  |  |     <fullName>Timeliness_Rates__c</fullName> | 
 |  |  |     <description>计算本次点检计划及时率 = 计划期内完成设备数/计划点检对象数</description> | 
 |  |  |     <description>计算本次点检计划及时率 = 计划期内完成设备数/计划点检对象数 | 
 |  |  | if(overstep_check_interval__c==true,1,IF(Check_Object_Quantity__c==0,0,Planned_check_equipment_Num__c / Check_Object_Quantity__c))</description> | 
 |  |  |     <externalId>false</externalId> | 
 |  |  |     <formula>if(overstep_check_interval__c==true,1,IF(Check_Object_Quantity__c==0,0,Planned_check_equipment_Num__c / Check_Object_Quantity__c))</formula> | 
 |  |  |     <formula>if(OR(overstep_check_interval__c, History_datanew__c),1,IF(Check_Object_Quantity__c==0,0,Planned_check_equipment_Num__c / Check_Object_Quantity__c))</formula> | 
 |  |  |     <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs> | 
 |  |  |     <label>本次点检及时率</label> | 
 |  |  |     <precision>18</precision> |