<?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>
|