binxie
2024-01-20 0a2fc19461a141fbbb2c303142afdee22c72daac
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>Loaner_edit_chk</fullName>
    <active>true</active>
    <errorConditionFormula>OR(Management_Code_Auto__c=&quot;7271439&quot;,AgentCode_Ext__c=&quot;9999998&quot;,AgentCode_Ext__c=&quot;9999999&quot;)
&amp;&amp;
$Profile.Id != &quot;00e10000000Y3o5&quot;
&amp;&amp;
 $Profile.Id != &quot;00e10000000xo1D&quot;</errorConditionFormula>
    <errorMessage>你没有修改备品信息的权限</errorMessage>
</ValidationRule>