Li Jun
2022-04-27 f90c63155656928b86f1ce1d91a134de3d12d2b9
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Repair_Product_Input_Day</fullName>
    <active>true</active>
    <errorConditionFormula>$Profile.Id != &apos;00e10000000Y3o5&apos; /* 系统管理员 不报错 */ 
&amp;&amp; 
$Profile.Id != &apos;00e10000000dEQx&apos; /* GPI 系统管理员 不报错 */ 
&amp;&amp; 
AND ( ISBLANK( Send_To_RC_Date__c ) , OR(Text(On_site_repair__c) = &quot;RC修理&quot;,Text(On_site_repair__c) = &quot;直送SORC修理&quot;,Text(On_site_repair__c) = &quot;直送OGZ修理&quot;))</errorConditionFormula>
    <errorDisplayField>Send_To_RC_Date__c</errorDisplayField>
    <errorMessage>RC修理,直送SORC修理和直送OGZ修理的话,必须要输入3.修理品RC寄送日。</errorMessage>
</ValidationRule>