<?xml version="1.0" encoding="UTF-8"?>
|
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>ASEInstallPersonRule</fullName>
|
<active>true</active>
|
<description>装机实施人(ASE)有值时,经销商名(安装)必填</description>
|
<errorConditionFormula>ASE_InstallationImplementer__c !='' &&
|
Dealer_Installation2__c ==''
|
&& RecordTypeId == '01210000000RkuM'</errorConditionFormula>
|
<errorDisplayField>ASE_InstallationImplementer__c</errorDisplayField>
|
<errorMessage>装机实施人(ASE)有值时,经销商名(安装)必填</errorMessage>
|
</ValidationRule>
|