<?xml version="1.0" encoding="UTF-8"?>
|
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>InstallPersonTypeRuleASE</fullName>
|
<active>true</active>
|
<description>当 装机实施人员类型 选择包含‘ASE'时 则安装实施人(ASE)、经销商名(安装)为必填。</description>
|
<errorConditionFormula>((TEXT(InstallationPersonnelType__c )== 'ASE' ||
|
TEXT(InstallationPersonnelType__c )== 'FSE+ASE' )
|
&& (ASE_InstallationImplementer__c=='' ||
|
Dealer_Installation2__c=='') )
|
&& RecordTypeId == '01210000000RkuM'</errorConditionFormula>
|
<errorDisplayField>InstallationPersonnelType__c</errorDisplayField>
|
<errorMessage>当 装机实施人员类型 选择包含‘ASE'时 则安装实施人(ASE)、经销商名(安装)为必填。</errorMessage>
|
</ValidationRule>
|