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