binxie
2023-06-26 6e4766bc135c30fa9e02a2b527dcdf8fd5eeec8d
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>Product_Null</fullName>
    <active>true</active>
    <description>产品信息和产品信息(手动)要有一个必填</description>
    <errorConditionFormula>ISBLANK(Product1__c) &amp;&amp; ISBLANK(Product1_Manual__c)</errorConditionFormula>
    <errorMessage>产品信息和产品信息(手动)至少填写一项</errorMessage>
</ValidationRule>