付煜
2022-03-21 1c753f4aa3b9e5841afe9a6a0ac3c793e0076379
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>