<?xml version="1.0" encoding="UTF-8"?>
|
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>InstallPersonTypeRule</fullName>
|
<active>true</active>
|
<description>新建装机培训页面布局的 换环境需要更改id
|
当 装机实施人员类型 选择'FSE'时,安装实施人(FSE)为必填</description>
|
<errorConditionFormula>(TEXT(InstallationPersonnelType__c )== 'FSE'
|
&& FSE_InstallationImplementer__c=='' )
|
&& RecordTypeId == '01210000000RkuM'</errorConditionFormula>
|
<errorDisplayField>InstallationPersonnelType__c</errorDisplayField>
|
<errorMessage>当 装机实施人员类型 选择'FSE'时,安装实施人(FSE)为必填</errorMessage>
|
</ValidationRule>
|