| <?xml version="1.0" encoding="UTF-8"?> | 
| <ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>NotNeed_Opp_Try</fullName> | 
|     <active>true</active> | 
|     <description>试用(无询价)目的的备品申请单,不能关联询价信息</description> | 
|     <errorConditionFormula>ISNEW() &&  ISPICKVAL(demo_purpose2__c , "试用(无询价)") && Follow_UP_Opp__c != null</errorConditionFormula> | 
|     <errorMessage>试用(无询价)目的的备品申请单,不能关联询价信息!</errorMessage> | 
| </ValidationRule> |