buli
2023-06-05 e9e1806b0f4b5bae1fc36204ccc5d6fdad52d66f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Request_Ship_Logistic_Info</fullName>
    <active>false</active>
    <description>From 备品Set</description>
    <errorConditionFormula>IsPickval(DeliveryType__c, &apos;发货&apos;)
&amp;&amp;
AND(Not(IsPickVal(DeliveryCompany__c, &apos;自提&apos;)),
    OR(ISBLANK(text(Distributor_method__c)),
        ISBLANK(text(DeliveryCompany__c))
    )
)</errorConditionFormula>
    <errorMessage>请输入&quot;发货-物流公司&quot;和&quot;发货-运输方式&quot;的信息</errorMessage>
</ValidationRule>