<?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="7271439",AgentCode_Ext__c="9999998",AgentCode_Ext__c="9999999")
|
&&
|
$Profile.Id != "00e10000000Y3o5"
|
&&
|
$Profile.Id != "00e10000000xo1D"</errorConditionFormula>
|
<errorMessage>你没有修改备品信息的权限</errorMessage>
|
</ValidationRule>
|