<?xml version="1.0" encoding="UTF-8"?> 
 | 
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>You_Xiao_Ku_Cun_ge0</fullName> 
 | 
    <active>false</active> 
 | 
    <description>1/20 停用后重新启用</description> 
 | 
    <errorConditionFormula>RecordTypeId = '012C600000003Hv' && You_Xiao_Ku_Cun__c < 0 
 | 
&& AssetManageConfirm__c = TRUE 
 | 
&& (ISCHANGED(Out_of_wh__c) || ISCHANGED(Quantity)) 
 | 
&& Account.Management_Code__c != $Label.Account_Asset_FJZ</errorConditionFormula> 
 | 
    <errorDisplayField>X147P_reserch_target__c</errorDisplayField> 
 | 
    <errorMessage>【有效库存】不可小于0</errorMessage> 
 | 
</ValidationRule> 
 |