高章伟
2022-03-10 8db20630a2675ca14e03ccdee91c614397b5c964
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Local_Borrow_Foul__c</fullName>
    <description>IF(and(
Rental_Apply_Equipment_Set_Cnt__c-returned_without_onStock__c-Shippment_ng_num__c-Received_Confirm_NG_amount__c&gt;0,
Asset_return_ng_num__c&gt;0,returned_without_onStock__c&gt;0,DATEVALUE(SplitReturn_Before_Last_Final_Day__c)&gt; Return_dadeline_final__c),3,0)</description>
    <externalId>false</externalId>
    <formula>IF(and(
Rental_Apply_Equipment_Set_Cnt__c-returned_without_onStock__c-Shippment_ng_num__c-Received_Confirm_NG_amount__c&gt;0,
Asset_return_ng_num__c&gt;0,returned_without_onStock__c&gt;0,DATEVALUE(SplitReturn_Before_Last_Final_Day__c)&gt; Return_dadeline_final__c,DataMigration_Flag__c = FALSE),3,0)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>未整单归还犯规点数</label>
    <precision>18</precision>
    <required>false</required>
    <scale>2</scale>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Number</type>
    <unique>false</unique>
</CustomField>