binxie
2024-01-17 92d30efcdebfc59500385e018d597a6b6a946075
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>Scope_in_use__c</fullName>
    <externalId>false</externalId>
    <formula>IF(AND(ISPICKVAL(Status,&quot;使用中&quot;)=TRUE,OR(Product2.Category3__c = &quot;电子镜&quot;,Product2.Category3__c= &quot;电子腹腔镜&quot;)),1,0)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>使用中电子镜数量</label>
    <precision>18</precision>
    <required>false</required>
    <scale>0</scale>
    <trackHistory>false</trackHistory>
    <type>Number</type>
    <unique>false</unique>
</CustomField>