<?xml version="1.0" encoding="UTF-8"?>
|
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>FollowPersonType</fullName>
|
<active>true</active>
|
<description>新品装机培训、售后服务跟台
|
当跟台实施人员类型选择FSE时, 跟台实施人(FSE)必填</description>
|
<errorConditionFormula>(TEXT(FollowExecutePersonType__c)== 'FSE'
|
&& FSE_ImplementationFollow__c=='' )
|
&& (RecordTypeId == '01210000000RkuM' ||
|
RecordTypeId == '01210000000Qekj')</errorConditionFormula>
|
<errorDisplayField>FollowExecutePersonType__c</errorDisplayField>
|
<errorMessage>当跟台实施人员类型选择FSE时, 跟台实施人(FSE)必填</errorMessage>
|
</ValidationRule>
|