<?xml version="1.0" encoding="UTF-8"?>
|
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>Final_arrival_check</fullName>
|
<active>true</active>
|
<description>From 备品Set</description>
|
<errorConditionFormula>DataMigration_Flag__c == false
|
&& OnStock_By_Cancel__c = false
|
&& Not(IsBlank(Shippment_loaner_time2__c))
|
&& Arrival_in_wh__c=TRUE
|
&& NOT(Lost_item_giveup__c)
|
&& ISBLANK(TEXT(Inspection_result_after__c))
|
&& ($User.ProfileId <>'00e10000000Y3o5')&&
|
($User.ProfileId <>'00e10000000xo1D')</errorConditionFormula>
|
<errorMessage>请输入"回收后-检测结果"的结果</errorMessage>
|
</ValidationRule>
|