<?xml version="1.0" encoding="UTF-8"?>
|
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>Meetting_Plan_submit_check</fullName>
|
<active>true</active>
|
<description>LZHU-BUYC3A,去掉 备品出借省(Internal_in_charge_province__c)的检查</description>
|
<errorConditionFormula>TEXT(Status)='计划提交' &&
|
(
|
ISBLANK(Name2__c) ||
|
ISBLANK(WorkshopPlace__c) ||
|
ISBLANK(TEXT(Workshop_category__c)) ||
|
ISNULL(StartDate) ||
|
ISNULL(EndDate) ||
|
ISBLANK(TEXT(Society_Type__c)) ||
|
ISBLANK(TEXT(Open_scope__c)) ||
|
ISBLANK(TEXT(Sponsor_Ones_Post__c))
|
)</errorConditionFormula>
|
<errorMessage>计划提交时,【学会・培训名称】【开展地点】【学会・培训分类】【开始日期】【结束日期】【区分】【公开范围】【社内担当部门】必须填写。</errorMessage>
|
</ValidationRule>
|