<?xml version="1.0" encoding="UTF-8"?>
|
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>ServiceCooperatorNameCheck</fullName>
|
<active>true</active>
|
<description>与学会/质控中心合作必须填写合作单位名称
|
(服务技师计划)</description>
|
<errorConditionFormula>TEXT(Event_Type__c) == "与学会/质控中心合作" && ISBLANK(CooperatorName__c)&& RecordType.DeveloperName = 'ServiceEngineerTraining'</errorConditionFormula>
|
<errorDisplayField>CooperatorName__c</errorDisplayField>
|
<errorMessage>开展方式选择"与学会/质控中心合作"时请填写合作单位名称</errorMessage>
|
</ValidationRule>
|