<?xml version="1.0" encoding="UTF-8"?> 
 | 
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>System_Stop_Account</fullName> 
 | 
    <active>false</active> 
 | 
    <errorConditionFormula>$Label.System_Stop == '1'&& Acc_Record_Type__c!='販売店'&& $User.Batch_User__c != true</errorConditionFormula> 
 | 
    <errorMessage>系统维护期间,客户信息禁止编辑。</errorMessage> 
 | 
</ValidationRule> 
 |