<?xml version="1.0" encoding="UTF-8"?>
|
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>Inspection_After_NG_Aborted</fullName>
|
<active>true</active>
|
<description>办事处的申请单不做此校验</description>
|
<errorConditionFormula>DataMigration_Flag__c == false
|
&& IsPickval(Inspection_result_NG__c,'废弃')
|
&& RA_RecordTypeId__c != '01210000000NPGK'</errorConditionFormula>
|
<errorDisplayField>Pre_NG_abord_reason__c</errorDisplayField>
|
<errorMessage>回收后NG废弃必须选择NG废弃理由</errorMessage>
|
</ValidationRule>
|