<?xml version="1.0" encoding="UTF-8"?>
|
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>WhetherTarinReBack</fullName>
|
<active>true</active>
|
<description>是否进行培训回访控制培训回访日期</description>
|
<errorConditionFormula>whetherTrainFollow__c == true &&
|
TEXT(TrainingFollowDate__c) == '' &&
|
RecordTypeId = '01210000000RkuR'</errorConditionFormula>
|
<errorDisplayField>whetherTrainFollow__c</errorDisplayField>
|
<errorMessage>勾选时,培训回访日期必填</errorMessage>
|
</ValidationRule>
|