高章伟
2022-02-24 2aa8da8af66aa8ae00f25831aed6bb0364176e7b
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Return_Back_IMF_CHECK</fullName>
    <active>true</active>
    <description>From 备品Set</description>
    <errorConditionFormula>IsPickval(DeliveryType__c, &apos;回寄&apos;)
&amp;&amp;
OR(ISBLANK(text(Distributor_method__c)),
    ISBLANK(text(DeliveryCompany__c)),
    ISBLANK(Wh_Staff__c)
)</errorConditionFormula>
    <errorMessage>请输入&quot;发货-物流公司&quot;和&quot;发货-运输方式&quot;的信息</errorMessage>
</ValidationRule>