binxie
2024-01-20 0a2fc19461a141fbbb2c303142afdee22c72daac
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>Submit_Plan_FSE</fullName>
    <active>false</active>
    <errorConditionFormula>AND(Submit_Customer_target_FSE__c=TRUE,
Is_Active_Formula__c != &quot;无效&quot;,
OR(
ISBLANK(Ideal_Image_Fse__c),
ISBLANK(NTC_Plan_month__c),
ISBLANK(Inspection_plan_month__c),
ISPICKVAL(TTC_target_customer__c,&quot;&quot;),
ISPICKVAL(Service_contract_target__c,&quot;&quot;)))</errorConditionFormula>
    <errorMessage>计划申请之前,请输入“拓展计划”,“具体活动目标对象(点检,维修合同,NTC,技师培养)”</errorMessage>
</ValidationRule>