Li Jun
2022-05-11 b776940205e893302f77d24c4285613f228b44c6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Inspection__c</fullName>
    <description>IF(Number_of_inspection_ok_total__c = contents_number__c,&apos;OK&apos;,&apos;NG&apos;)</description>
    <externalId>false</externalId>
    <formula>IF(Number_of_inspection_ok_total__c = contents_number__c,&apos;OK&apos;,&apos;NG&apos;)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>回收后检查</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Text</type>
    <unique>false</unique>
</CustomField>