<?xml version="1.0" encoding="UTF-8"?>
|
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>RentalRelatedSupply__c</fullName>
|
<externalId>false</externalId>
|
<formula>IF(OR(RentalRelatedSupplyCnt__c==null,RentalRelatedSupplyCnt__c==0,RentalRelatedApplyCnt__c==null,RentalRelatedApplyCnt__c==0),0,RentalRelatedSupplyCnt__c/RentalRelatedApplyCnt__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>
|