涂煌豪
2022-03-30 ae4088132b8d18959452d0ca172f6c004e8c2c82
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>Arrival_wh_Flag_F__c</fullName>
    <description>发货前 回寄后 都有判待上架
上架后 Formula 值 是不变的</description>
    <externalId>false</externalId>
    <formula>AND(OR(Inspection_result_after_F__c == &apos;OK&apos;,
AND( OnStock_By_Cancel__c,NOT(ISPICKVAL(Inspection_result__c, &apos;NG&apos;)))), StockDown__c)</formula>
    <label>待上架标签(Sys)</label>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Checkbox</type>
</CustomField>