<?xml version="1.0" encoding="UTF-8"?> 
 | 
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>SpecificInquiryFileType02</fullName> 
 | 
    <active>true</active> 
 | 
    <errorConditionFormula>NOT(ISNEW()) && TEXT(PRIORVALUE(Oppor_File_Stage__c)) != 'G'&& TEXT(Oppor_File_Stage__c) = 'G'</errorConditionFormula> 
 | 
    <errorMessage>不可更改询价文件类型为"G.T1清单"</errorMessage> 
 | 
</ValidationRule> 
 |