李彤
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>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>