<?xml version="1.0" encoding="UTF-8"?>
|
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>FollowPersonTypeASE</fullName>
|
<active>true</active>
|
<description>当跟台实施人员类型选择包含ASE时, 跟台实施人(ASE)、经销商名(跟台)必填</description>
|
<errorConditionFormula>((TEXT(FollowExecutePersonType__c)== 'ASE' ||
|
TEXT(FollowExecutePersonType__c)== 'FSE+ASE')
|
&& (ASE_ImplementationFollow__c=='' || Dealers_Follow2__c==''))
|
&& (RecordTypeId == '01210000000RkuM' ||
|
RecordTypeId == '01210000000Qekj')</errorConditionFormula>
|
<errorDisplayField>FollowExecutePersonType__c</errorDisplayField>
|
<errorMessage>当跟台实施人员类型选择包含ASE时, 跟台实施人(ASE)、经销商名(跟台)必填</errorMessage>
|
</ValidationRule>
|