李彤
2022-11-16 3d8a1f5c0952d3d62b8c24432f8525871c32e591
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>Other_Sales_Method_Is</fullName>
    <active>true</active>
    <description>&quot;招标方式&quot;为‘其他’时,应详细说明</description>
    <errorConditionFormula>TEXT( Sales_Method__c )==&apos;其他&apos;&amp;&amp;Sales_Method_Other__c==&apos;&apos;</errorConditionFormula>
    <errorDisplayField>Sales_Method_Other__c</errorDisplayField>
    <errorMessage>&quot;招标方式&quot;为‘其他’时,应详细说明</errorMessage>
</ValidationRule>