<?xml version="1.0" encoding="UTF-8"?>
|
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>WhetherRunningFollow</fullName>
|
<active>true</active>
|
<description>控制下面信息字段必填</description>
|
<errorConditionFormula>TEXT(WhetherFollow__c) == '是'
|
&&
|
(TEXT(ImplementationFollowDate__c)=='' ||
|
TEXT(FollowExecutePersonType__c) =='' ||
|
DepartmentHead__c == '' ||
|
DetailedReport_Follow__c == '')
|
&&
|
RecordTypeId == '012C600000005sY'</errorConditionFormula>
|
<errorDisplayField>WhetherFollow__c</errorDisplayField>
|
<errorMessage>为是时,跟台实施日期、科室负责人、跟台实施人员类型、详细报告(跟台)必填!</errorMessage>
|
</ValidationRule>
|