binxie
2024-01-20 e0de9222da210f9c8eb1a9f5400f936a14923e11
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Meetting_Report_submit_check</fullName>
    <active>true</active>
    <errorConditionFormula>TEXT(Status)=&apos;报告提交&apos; &amp;&amp; 
(
ISBLANK(Participants_internal__c) || 
ISBLANK(Society_Hold_Place__c) || 
ISBLANK(Recture__c) || 
ISBLANK(Internal_booth_info__c) || 
ISBLANK(Total_report__c)
) &amp;&amp; RecordTypeId &lt;&gt; &apos;01210000000gQzO&apos;</errorConditionFormula>
    <errorMessage>报告提交时,【社内参加员工】【概要】【专题讲座】【自社展台信息】【综合报告/感想】必须填写。</errorMessage>
</ValidationRule>