涂煌豪
2022-05-17 c406cfcd9ce37fd43711bb12b3dae2b3bd120c49
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>ET_QIS_SEND_EMAIL__c</fullName>
    <description>当“产品分类1=ET,ENG;产品分类2=耗材”时为true</description>
    <externalId>false</externalId>
    <formula>IF(NOT(ISBLANK(nonyushohin__r.Product2.Category2__c)),
    IF(nonyushohin__r.Product2.Category2__c == &apos;耗材&apos;,TRUE,FALSE),FALSE)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>ET耗材类QIS是否单独通知</label>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Checkbox</type>
</CustomField>