公告板
版本库
filestore
活动
搜索
登录
刘成
/
OlyMEBG
派生自
OlyMEBG
概况
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
20220325
付煜
2022-03-25
daddf76183e5c9ff0c0d0a71ccf9f47f66038a9b
[~liucheng/OlyMEBG.git]
/
force-app
/
main
/
default
/
objects
/
Account_Number_of_target__c
/
fields
/
RivalCustomers_first__c.field-meta.xml
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
<fullName>RivalCustomers_first__c</fullName>
<externalId>false</externalId>
<formula>IF( RivalHostsProportion_first__c == 1, '完全对手客户', IF( RivalHostsProportion_first__c > 0.5, '部分对手客户',''))</formula>
<label>对手客户(期初)</label>
<required>false</required>
<trackTrending>false</trackTrending>
<type>Text</type>
<unique>false</unique>
</CustomField>