binxie
2024-01-22 102afa21c115e8c8b9333a326c3d1af08fe76faf
1
2
3
4
5
6
7
<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Dummy_product_request_product_info</fullName>
    <active>true</active>
    <errorConditionFormula>OR(ISBLANK(Manual_competitor_product_code__c), ISBLANK(Manual_competitor_product_company__c))  &amp;&amp; Product2.Competitor_product_dummy__c &amp;&amp; Information_From__c != &apos;失单&apos;&amp;&amp;  $User.Batch_User__c != true</errorConditionFormula>
    <errorMessage>在手动登录竞争对手产品对应中,请输入此次登录的竞争对手平牌名及产品型号</errorMessage>
</ValidationRule>