<?xml version="1.0" encoding="UTF-8"?> 
 | 
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>Loaner_edit_chk</fullName> 
 | 
    <active>false</active> 
 | 
    <description>NFM105会报错,现在不启用</description> 
 | 
    <errorConditionFormula>Account.AgentCode_Ext__c = "9999998"  
 | 
&&  
 | 
AND($Profile.Id != "00eC800000005Cb", $Profile.Id != "00e10000000xnoT")</errorConditionFormula> 
 | 
    <errorMessage>你没有修改备品资产的权限</errorMessage> 
 | 
</ValidationRule> 
 |