<?xml version="1.0" encoding="UTF-8"?> 
 | 
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>SpecificInquiryFileType01</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> 
 |