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 != "无效", 
 |  OR( 
 |  ISBLANK(Ideal_Image_Fse__c), 
 |  ISBLANK(NTC_Plan_month__c), 
 |  ISBLANK(Inspection_plan_month__c), 
 |  ISPICKVAL(TTC_target_customer__c,""), 
 |  ISPICKVAL(Service_contract_target__c,"")))</errorConditionFormula> 
 |      <errorMessage>计划申请之前,请输入“拓展计划”,“具体活动目标对象(点检,维修合同,NTC,技师培养)”</errorMessage> 
 |  </ValidationRule> 
 |  
  |