liuyan
2022-11-30 6b05e5c975c7e33b09e6073f1ec8419e1f9b065b
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>NoLessThanThreeDays</fullName>
    <active>false</active>
    <description>希望提交日期不得小于三天,如紧急需求请邮件联络Solution担当</description>
    <errorConditionFormula>Submit_Date_YouWant__c  &lt;  DATEVALUE(CreatedDate) + 3</errorConditionFormula>
    <errorDisplayField>Submit_Date_YouWant__c</errorDisplayField>
    <errorMessage>希望提交日期不得小于三天,如紧急需求请邮件联络Solution担当</errorMessage>
</ValidationRule>