Li Jun
2022-04-21 03a6b8730cde75e4c42634b676c96dd9caeda07f
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>IF_PERIPHERAL__c</fullName>
    <description>合同内设备的第4分类为CV 、CLV、双极电切镜工作把手、其他等的即为周边设备</description>
    <externalId>false</externalId>
    <formula>IF(Asset__r.Category4_Text__c = &apos;CV&apos;|| Asset__r.Category4_Text__c = &apos;CLV&apos; || Asset__r.Category4_Text__c = &apos;双极电切镜工作把手&apos; || Asset__r.Category4_Text__c = &apos;其他等&apos; , true , false)</formula>
    <label>是否为周边设备</label>
    <trackTrending>false</trackTrending>
    <type>Checkbox</type>
</CustomField>