高章伟
2022-05-16 2e38b5c0b5e2ce302aed60be311f1c56986b1c06
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>DateReceiptQuestionsAndFailureDate</fullName>
    <active>true</active>
    <description>问题联络收到日小于故障发生日,请确认</description>
    <errorConditionFormula>$Profile.Id != &apos;00e10000000dEQx&apos; /* GPI_系统管理员 不报错 */
&amp;&amp;
$Profile.Id != &apos;00e10000000Y3o5&apos; /* 系统管理员 不报错 */
&amp;&amp;
$User.Id != &apos;00510000000fSYI&apos; /* Batch User 不报错 */
&amp;&amp;
(DateReceiptQuestions__c &lt; Failure_Occurrence_Date__c) &amp;&amp;
 DATEVALUE(CreatedDate)&gt;Date(2020,08,13)</errorConditionFormula>
    <errorMessage>问题联络收到日小于故障发生日,请确认</errorMessage>
</ValidationRule>