涂煌豪
2022-05-17 c406cfcd9ce37fd43711bb12b3dae2b3bd120c49
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>