公告板
版本库
filestore
活动
搜索
登录
黄千龙
/
OlyMEBG
派生自
OlyMEBG
概况
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
ReportRecordTypeIssue
Li Jun
2022-04-21
03a6b8730cde75e4c42634b676c96dd9caeda07f
[~huangqianlong/OlyMEBG.git]
/
force-app
/
main
/
default
/
objects
/
Consum_Apply__c
/
validationRules
/
Request_approval_day_Check.validationRule-meta.xml
1
2
3
4
5
6
7
<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
<fullName>Request_approval_day_Check</fullName>
<active>false</active>
<errorConditionFormula>TEXT(Demo_purpose1__c)<>null&& !ISPICKVAL(demo_purpose2__c, "学会展会") && (TEXT(Status__c)="填写完毕" && TODAY() < Request_shipping_day__c - 7)</errorConditionFormula>
<errorMessage>必须提前于希望到货日7天之内提交申请</errorMessage>
</ValidationRule>