binxie
2024-01-20 0a2fc19461a141fbbb2c303142afdee22c72daac
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>CampaignSource</fullName>
    <active>true</active>
    <description>当询价中的创建来源是“学会会议时,主要会议”必须填写&quot;
20220428 为了跳过意向转询价时标准API创建询价,选择页面必填但后台不必填的&quot;订货流程类别&quot;作为判断依据,保证页面新建、编辑的保存时可以限制住</description>
    <errorConditionFormula>TEXT(LeadSource ) == &apos;学会会议&apos; &amp;&amp; ISBLANK(CampaignId) &amp;&amp; DATEVALUE(CreatedDate) &gt; DATEVALUE(&apos;2022-07-14&apos;) &amp;&amp; !(!ISBLANK(Lead_Num__c) &amp;&amp; ISNEW())</errorConditionFormula>
    <errorDisplayField>CampaignId</errorDisplayField>
    <errorMessage>当创建来源是“学会会议&quot;时,&quot;主要会议”必须填写</errorMessage>
</ValidationRule>