<?xml version="1.0" encoding="UTF-8"?>
|
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>Receive_After_Repair_Aborted</fullName>
|
<active>true</active>
|
<description>From 备品Set</description>
|
<errorConditionFormula>DataMigration_Flag__c == false
|
&& IsPickval(Inspection_result_after__c, 'NG')
|
&& IsBlank(Text(Inspection_result_after_NG__c))</errorConditionFormula>
|
<errorDisplayField>Inspection_result_after_NG__c</errorDisplayField>
|
<errorMessage>回收后NG必须选择维修或者废弃</errorMessage>
|
</ValidationRule>
|