binxie
2024-01-20 0a2fc19461a141fbbb2c303142afdee22c72daac
force-app/main/default/objects/FixtureDeliverySlip__c/validationRules/Return_Back_IMF_CHECK.validationRule-meta.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Return_Back_IMF_CHECK</fullName>
    <active>false</active>
    <active>true</active>
    <description>From 备品Set</description>
    <errorConditionFormula>IsPickval(DeliveryType__c, &apos;回寄&apos;)
&amp;&amp;
@@ -9,6 +9,5 @@
    ISBLANK(text(DeliveryCompany__c)),
    ISBLANK(Wh_Staff__c)
)</errorConditionFormula>
    <errorDisplayField>CreatedBy_Name_Text__c</errorDisplayField>
    <errorMessage>请输入&quot;发货-物流公司&quot;和&quot;发货-运输方式&quot;的信息</errorMessage>
</ValidationRule>