<?xml version="1.0" encoding="UTF-8"?>
|
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>ASEFollowPersonRule</fullName>
|
<active>true</active>
|
<description>新品装机实施、售后服务跟台
|
跟台实施人(ASE)有值时,经销商名(跟台)必填</description>
|
<errorConditionFormula>ASE_ImplementationFollow__c !='' &&
|
Dealers_Follow2__c ==''
|
&&
|
(RecordTypeId == '01210000000RkuM' ||
|
RecordTypeId == '01210000000Qekj')</errorConditionFormula>
|
<errorDisplayField>ASE_ImplementationFollow__c</errorDisplayField>
|
<errorMessage>跟台实施人(ASE)有值时,经销商名(跟台)必填</errorMessage>
|
</ValidationRule>
|