<?xml version="1.0" encoding="UTF-8"?>
|
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>Request_Return_Logistic_Number</fullName>
|
<active>true</active>
|
<description>未输入【回寄-发货运输单号】,不可以进行入库上架</description>
|
<errorConditionFormula>OnStock_By_Cancel__c = false
|
&& Not(IsBlank(Shippment_loaner_time_F__c))
|
&& NOT(ISBLANK(DeliverySlip__c ))
|
&& ISPICKVAL(ArrivalResult__c, 'NG')
|
&& ISBLANK(Return_DeliverySlip__c)
|
&& OR (
|
Arrival_in_wh__c = TRUE
|
, NOT(IsBlank(Arrival_wh_time__c))
|
)</errorConditionFormula>
|
<errorDisplayField>Arrival_in_wh__c</errorDisplayField>
|
<errorMessage>未输入【回寄-发货运输单号】,不可以进行入库上架</errorMessage>
|
</ValidationRule>
|