<?xml version="1.0" encoding="UTF-8"?>
|
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>NoNeedFeedbackNoWriteFBD</fullName>
|
<active>false</active>
|
<description>//2021-10-11 mzy 任务管理改善 勾选是否反馈后,必须填写反馈内容</description>
|
<errorConditionFormula>ISBLANK( Event__c ) && NeedFeedback__c == false && NOT( ISBLANK( FeedbackDescription__c ) )</errorConditionFormula>
|
<errorMessage>不需要填写反馈,则不可以填写反馈内容</errorMessage>
|
</ValidationRule>
|