yangjieke
2022-03-22 3d655e80eec6c770dce06f3d9cf04fffe607f644
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>NoRentalRelatedApplyRate__c</fullName>
    <externalId>false</externalId>
    <formula>IF(OR(NoRentalRelatedRepairCnt__c==0,NoRentalRelatedRepairCnt__c==null,NoRentalRelatedApplyCnt__c==0,NoRentalRelatedApplyCnt__c==null), 0, NoRentalRelatedApplyCnt__c/NoRentalRelatedRepairCnt__c)</formula>
    <label>【优先备品】申请率</label>
    <precision>18</precision>
    <required>false</required>
    <scale>2</scale>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Percent</type>
</CustomField>