buli
2023-06-05 e9e1806b0f4b5bae1fc36204ccc5d6fdad52d66f
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>Check_same_as_plan__c</fullName>
    <description>IF(ISBLANK(IsScheduled_Location__c),0,IF(Location__c=IsScheduled_Location__c,1,0))//
IF(AND(ISBLANK(IsScheduled_Location__c),ISBLANK(Location__c)),1,
IF(ISBLANK(IsScheduled_Location__c),1,
IF(Location__c=IsScheduled_Location__c,1,0)))</description>
    <externalId>false</externalId>
    <formula>IF(ScheduleCount__c==0,0,
IF(Location__c!=IsScheduled_Location__c,0,1))</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>