公告板
版本库
filestore
活动
搜索
登录
main
/
OlyMEBG
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
mergecode0626
binxie
2023-06-26
6e4766bc135c30fa9e02a2b527dcdf8fd5eeec8d
[OlyMEBG.git]
/
force-app
/
main
/
default
/
objects
/
Rental_Apply__c
/
validationRules
/
HP_Recieved_Required_Check.validationRule-meta.xml
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
<fullName>HP_Recieved_Required_Check</fullName>
<active>true</active>
<errorConditionFormula>and(not(isnull( HP_received_sign_day__c)),isblank( HP_received_sign_text__c),not(DataMigration_Flag__c), $User.Id!= $Label.ByPassTrigger )</errorConditionFormula>
<errorDisplayField>HP_received_sign_rich__c</errorDisplayField>
<errorMessage>请上传签收单</errorMessage>
</ValidationRule>