李彤
2022-05-30 115b1ebc6e433315a9835af24d4fe0f90343a3ca
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>RentalRelatedApplyRate__c</fullName>
    <externalId>false</externalId>
    <formula>IF(OR(RentalRelatedApplyCnt__c==null,RentalRelatedApplyCnt__c==0,RentalRelatedRepairCnt__c==null,RentalRelatedRepairCnt__c==0),0,RentalRelatedApplyCnt__c/RentalRelatedRepairCnt__c)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>【确保备品】申请率</label>
    <precision>18</precision>
    <required>false</required>
    <scale>2</scale>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Percent</type>
</CustomField>