Li Jun
2022-04-24 fc8a8cea62e5d248834482a1ade9db6ab0758bf2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>UnSign_Foul_point__c</fullName>
    <description>等Phase2优化后, 还要用的, 暂时不用</description>
    <externalId>false</externalId>
    <formula>IF( AND(  ISNULL( Rental_Received_Day__c) ,today()- Bollow_Date__c&gt;10,DataMigration_Flag__c = FALSE,Lost_item_finish__c!=Rental_Apply_Equipment_Set_Cnt__c), VALUE( $Label.EquipmentRentalBlackListPoint_1) ,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>