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