binxie
2024-01-17 92d30efcdebfc59500385e018d597a6b6a946075
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>Compeitor_and_UnknownSerial_Competitor</fullName>
    <active>false</active>
    <description>竞争对手产品和无机身号码设备同时不能真正</description>
    <errorConditionFormula>and( IsCompetitorProduct  = true,  unknow_serial_NO_product__c = true)</errorConditionFormula>
    <errorDisplayField>unknow_serial_NO_product__c</errorDisplayField>
    <errorMessage>竞争对手产品和无机身号码设设备不能同时为真</errorMessage>
</ValidationRule>