binxie
2024-01-20 0a2fc19461a141fbbb2c303142afdee22c72daac
force-app/main/default/objects/Opponent_Bid_Information__c/validationRules/Dummy_product_request.validationRule-meta.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Dummy_product_request</fullName>
    <active>false</active>
    <active>true</active>
    <description>在手动登录竞争对手产品对应中,请输入此次手动登录的产品型号</description>
    <errorConditionFormula>ISBLANK(Lost_By_Product__c) &amp;&amp; OR( !ISNULL(CompetitorProduct1__c)&amp;&amp;CompetitorProduct1__r.Competitor_product_dummy__c= true,!ISNULL(CompetitorProduct2__c)&amp;&amp; CompetitorProduct2__r.Competitor_product_dummy__c= true,!ISNULL(CompetitorProduct3__c)&amp;&amp; CompetitorProduct3__r.Competitor_product_dummy__c= true,!ISNULL(CompetitorProduct4__c)&amp;&amp;CompetitorProduct4__r.Competitor_product_dummy__c= true)</errorConditionFormula>
    <errorDisplayField>Lost_By_Product__c</errorDisplayField>