buli
2023-06-05 e9e1806b0f4b5bae1fc36204ccc5d6fdad52d66f
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>First_follow_up_time</fullName>
    <active>true</active>
    <description>如果现场检测时间(From)对比故障发生时间早的话,不能保存</description>
    <errorConditionFormula>Text(Status_c__c) = &apos;完毕&apos; &amp;&amp; Taking_call_Time_c__c &gt; From_c__c 
&amp;&amp;
$User.Username !=&apos;buli@deloitte.com.cn.stagefull&apos;</errorConditionFormula>
    <errorDisplayField>From_c__c</errorDisplayField>
    <errorMessage>请确认现场检测时间(From)对比收到联络时间早</errorMessage>
</ValidationRule>