公告板
版本库
filestore
活动
搜索
登录
刘成
/
OlyMEBG
派生自
OlyMEBG
概况
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
OBPM备品相关修改 & 【委托】【phase5上线课题131】-增加明细的时长字段“提交申请到备品出库时长”
李金换
2022-03-15
552f32c93251191103a633ca292c06a445e2551f
[~liucheng/OlyMEBG.git]
/
force-app
/
main
/
default
/
objects
/
PromotionHead__c
/
fields
/
Status__c.field-meta.xml
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
<fullName>Status__c</fullName>
<externalId>false</externalId>
<formula>if(ApplyStatus__c != '同意','无效',if(RecordType.Id == '0121m000000kX4n','有效',if(DateFrom__c > today(),'无效',if (today()<DateTo__c, '有效', '无效'))))</formula>
<formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
<label>有效/无效</label>
<required>false</required>
<trackTrending>false</trackTrending>
<type>Text</type>
<unique>false</unique>
</CustomField>