| <?xml version="1.0" encoding="UTF-8"?> | 
| <ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>need_MDR_when_apply</fullName> | 
|     <active>false</active> | 
|     <errorConditionFormula>TEXT(QIS_Status__c) = "FSE填写完毕" && ISBLANK(MDR_detail__c)</errorConditionFormula> | 
|     <errorDisplayField>MDR_detail__c</errorDisplayField> | 
|     <errorMessage>提交待审批时「MDR内容」不能为空</errorMessage> | 
| </ValidationRule> |