李彤
2022-05-30 115b1ebc6e433315a9835af24d4fe0f90343a3ca
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>