force-app/main/default/objects/TransferApplyDetail__c/validationRules/Cannot_stock_when_ng.validationRule-meta.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> <fullName>Cannot_stock_when_ng</fullName> <active>false</active> <active>true</active> <description>回收后确认结果不是OK的话,不能回库</description> <errorConditionFormula>(Shippment_loaner_time_F__c!=null) && Inspection_result_after_F__c != 'OK' && ISCHANGED(Arrival_wh_time__c)