| | |
| | | <ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> |
| | | <fullName>Receive_After_NG_Aborted</fullName> |
| | | <active>true</active> |
| | | <description>办事处的申请单不做此校验</description> |
| | | <description>办事处的申请单不做此校验20220508 LJH 提交申请到备品出库时长 历史数据处理 && LEFT($User.ProfileId, 15) != LEFT($Label.ProfileId_SystemAdmin, 15)</description> |
| | | <errorConditionFormula>DataMigration_Flag__c == false |
| | | && (IsPickval(Inspection_result_after_NG__c, '废弃') |
| | | || IsPickval(Inspection_result_after_NG_Final__c, '废弃')) |
| | | && IsBlank(Text(Inspection_NG_abord_reason__c)) |
| | | && RA_RecordTypeId__c != '01210000000NPGK'</errorConditionFormula> |
| | | && RA_RecordTypeId__c != '01210000000NPGK' |
| | | && LEFT($User.ProfileId, 15) != LEFT($Label.ProfileId_SystemAdmin, 15)</errorConditionFormula> |
| | | <errorDisplayField>Inspection_NG_abord_reason__c</errorDisplayField> |
| | | <errorMessage>回收后NG废弃必须选择NG废弃理由</errorMessage> |
| | | </ValidationRule> |