Inspection_result_notOK_cannot_Shippment
true
发货前-检测结果不合格,不能出库。
Not($User.Batch_User__c)
&& (IsBlank(Text(Inspection_result__c)) || IsPickval(Inspection_result__c, 'NG') || IsBlank(StockDown_time__c))
&& ISCHANGED(DeliverySlip__c)
&& NOT(ISBLANK(DeliverySlip__c))
&& RecordType_F__c != 'AgencyToCenter'
DeliverySlip__c
发货前-检测结果不合格,不能出库。