<?xml version="1.0" encoding="UTF-8"?>
|
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>TrainPersonType</fullName>
|
<active>true</active>
|
<description>售后服务跟台页面布局 换环境需换id
|
当 跟台实施人员类型 选择FSE时,则 跟台实施人(FSE)必填</description>
|
<errorConditionFormula>(TEXT(FollowExecutePersonType__c) == 'FSE' && FSE_ImplementationFollow__c== '' )
|
&&
|
(RecordTypeId == '01210000000Qekj')</errorConditionFormula>
|
<errorDisplayField>FollowExecutePersonType__c</errorDisplayField>
|
<errorMessage>当 跟台实施人员类型 选择FSE时,则 跟台实施人(FSE)必填</errorMessage>
|
</ValidationRule>
|