公告板
版本库
filestore
活动
搜索
登录
黄千龙
/
OlyMEBG
派生自
OlyMEBG
概况
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
PIPLButtonIssueFix
Li Jun
2022-04-27
24fda5246494953a232b37547fb50bde77bd9886
[~huangqianlong/OlyMEBG.git]
/
force-app
/
main
/
default
/
objects
/
QIS_Report__c
/
fields
/
is_CNBuy__c.field-meta.xml
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>is_CNBuy__c</fullName>
<externalId>false</externalId>
<formula>if(OR( BEGINS( ProductCode_Ext__c , 'CN') ,BEGINS( ProductCode_Ext__c , 'A06'),ProductCode_Ext__c = 'YQT-781',ProductCode_Ext__c = 'N3522088'),'true','false')</formula>
<formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
<label>国内采购品</label>
<required>false</required>
<trackHistory>false</trackHistory>
<trackTrending>false</trackTrending>
<type>Text</type>
<unique>false</unique>
</CustomField>