| | |
| | | <ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> |
| | | <fullName>VOC_answer_chk1</fullName> |
| | | <active>true</active> |
| | | <errorConditionFormula>RecordTypeId = "012C600000003KE" |
| | | <errorConditionFormula>RecordTypeId = "01210000000Qeky" |
| | | && TEXT(Status__c) = "回答完毕" |
| | | && |
| | | ( |
| | | VOC_follow_up_result__c = null |
| | | || ISBLANK(TEXT(VOC_solution_category__c)) |
| | | )</errorConditionFormula> |
| | | <errorDisplayField>VOC_follow_up_result__c</errorDisplayField> |
| | | <errorDisplayField>AWS_Data_Id__c</errorDisplayField> |
| | | <errorMessage>回答时,必须填写“对应结果”和“对应结果分类”</errorMessage> |
| | | </ValidationRule> |