binxie
2024-01-22 4688e276eee13cd2e521aa55afb5725cb0fda270
force-app/main/default/objects/TransferApplyDetail__c/validationRules/Check_NG_For_Un_Delivery.validationRule-meta.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Check_NG_For_Un_Delivery</fullName>
    <active>false</active>
    <active>true</active>
    <description>发货前检测结果NG,不能上架</description>
    <errorConditionFormula>NOT( ISPICKVAL(Inspection_result_ng__c, &apos;废弃&apos;))
&amp;&amp; (Inspection_result_after_NG_F__c != &apos;废弃&apos;)