<?xml version="1.0" encoding="UTF-8"?> 
 | 
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>First_follow_up_time</fullName> 
 | 
    <active>true</active> 
 | 
    <description>如果现场检测时间(From)对比故障发生时间早的话,不能保存</description> 
 | 
    <errorConditionFormula>Text(Status_c__c) = '完毕' && Taking_call_Time_c__c > From_c__c</errorConditionFormula> 
 | 
    <errorDisplayField>From_c__c</errorDisplayField> 
 | 
    <errorMessage>请确认现场检测时间(From)对比收到联络时间早</errorMessage> 
 | 
</ValidationRule> 
 |