liuyan
2022-11-30 6b05e5c975c7e33b09e6073f1ec8419e1f9b065b
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>To_Where_Other</fullName>
    <active>true</active>
    <description>去向为‘其他’时,应具体说明</description>
    <errorConditionFormula>TEXT(To_Where__c)==&apos;其他&apos;&amp;&amp;Other__c==&apos;&apos;</errorConditionFormula>
    <errorDisplayField>Other__c</errorDisplayField>
    <errorMessage>“去向”为‘其他’时,应具体说明</errorMessage>
</ValidationRule>