黄千龙
2023-02-02 cd730d0b1a775abacfba06003bb58327d5d1fb3c
1
2
3
4
5
6
7
8
9
<?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>