| | |
| | | <fullName>Send_NFM103_Chk1</fullName> |
| | | <active>true</active> |
| | | <description>申请修理时,必须填写故障发生情况 原来的提示20200331</description> |
| | | <errorConditionFormula>TEXT(Status__c) = "1.受理完毕" |
| | | <errorConditionFormula>OR( |
| | | Text(Status__c)='1.受理完毕', |
| | | Text(Status__c)='0.申请完毕' |
| | | ) |
| | | && Repair_Detail__c = "" |
| | | &&RepairSource__c !='QIS转修理'</errorConditionFormula> |
| | | &&RepairSource__c !='QIS转修理' |
| | | && $User.Batch_User__c ==false</errorConditionFormula> |
| | | <errorDisplayField>Repair_Detail__c</errorDisplayField> |
| | | <errorMessage>申请修理时,必须填写问题内容描述</errorMessage> |
| | | </ValidationRule> |