<?xml version="1.0" encoding="UTF-8"?> 
 | 
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>URFContact_LimitPriceContact_check</fullName> 
 | 
    <active>true</active> 
 | 
    <errorConditionFormula>AND(Limit_Price__c,URF_Contract__c)</errorConditionFormula> 
 | 
    <errorMessage>【限定金额上限合同】和【URF单镜种限次合同】不能同时选择</errorMessage> 
 | 
</ValidationRule> 
 |