<?xml version="1.0" encoding="UTF-8"?>
|
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>Cannot_stock_when_ng</fullName>
|
<active>true</active>
|
<description>From 备品Set</description>
|
<errorConditionFormula>DataMigration_Flag__c == false
|
&& (Shippment_loaner_time2__c!=null)
|
&& (Rental_Apply__r.cancel_after_loaner_arranged__c = false
|
&& Inspection_result_after_F__c != 'OK' && ISCHANGED(Arrival_wh_time__c)
|
&& NOT(ISNULL(Arrival_wh_time__c)))</errorConditionFormula>
|
<errorDisplayField>Arrival_wh_time__c</errorDisplayField>
|
<errorMessage>回收后确认结果不是OK的话,不能回库</errorMessage>
|
</ValidationRule>
|