<?xml version="1.0" encoding="UTF-8"?>
|
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>Check_HostName</fullName>
|
<active>true</active>
|
<description>2022-03-12 增加跳过接口用户</description>
|
<errorConditionFormula>( $User.Id != '00510000000gmxH')
|
&& RecordType.DeveloperName='BusinessTraining'
|
&&(isBlank(HostName__c)||isBlank(cooperatorCompany__c))
|
&& (isNew()||DATEVALUE(CreatedDate) > DATE(2020,12,11))</errorConditionFormula>
|
<errorMessage>请填写 会议主办方/会议承办方</errorMessage>
|
</ValidationRule>
|