高章伟
2023-03-03 d8dc84a3d56df839895f1c417a4d9cbee763d262
force-app/main/default/objects/Inspectup_Plan__c/fields/Implementation_Rates__c.field-meta.xml
@@ -3,7 +3,7 @@
    <fullName>Implementation_Rates__c</fullName>
    <description>本次点检实施率 = 计划期内完成设备数/计划点检对象数</description>
    <externalId>false</externalId>
    <formula>if( overstep_check_interval__c==true,1,IF(Check_Object_Quantity__c==0,0,Actual_Execution_Quantity__c / Check_Object_Quantity__c))</formula>
    <formula>if( OR(overstep_check_interval__c, History_datanew__c),1,IF(Check_Object_Quantity__c==0,0,Actual_Execution_Quantity__c / Check_Object_Quantity__c))</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>本次点检实施率</label>
    <precision>18</precision>