高章伟
2022-02-24 2aa8da8af66aa8ae00f25831aed6bb0364176e7b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>BME_visit_times__c</fullName>
    <externalId>false</externalId>
    <formula>IF( text(Visitor1_ID__r.Type__c)=&quot;设备科&quot; ,1,0) + 
IF( text(Visitor2_ID__r.Type__c)=&quot;设备科&quot; ,1,0) + 
IF( text(Visitor3_ID__r.Type__c)=&quot;设备科&quot; ,1,0) + 
IF( text(Visitor4_ID__r.Type__c)=&quot;设备科&quot; ,1,0) + 
IF( text(Visitor5_ID__r.Type__c)=&quot;设备科&quot; ,1,0)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>面谈设备科数</label>
    <precision>18</precision>
    <required>false</required>
    <scale>0</scale>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Number</type>
    <unique>false</unique>
</CustomField>