<?xml version="1.0" encoding="UTF-8"?>
|
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>Request_answer_contents</fullName>
|
<active>true</active>
|
<errorConditionFormula>Text(Status) = '回答完成&确认' && ISBLANK(answer_detail_content__c )</errorConditionFormula>
|
<errorDisplayField>answer_detail_content__c</errorDisplayField>
|
<errorMessage>回答内容必填</errorMessage>
|
</ValidationRule>
|