<?xml version="1.0" encoding="UTF-8"?> 
 | 
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>Ocsm_Cannot_Change_Judgment</fullName> 
 | 
    <active>true</active> 
 | 
    <description>OCSM判定已完成,不能修改OCSM检测结论的相关信息。</description> 
 | 
    <errorConditionFormula>Not(RecordType.DeveloperName = 'RC' ||  
 | 
RecordType.DeveloperName = 'QISRecordType1' || ( PRIORVALUE(RecordTypeId) = '01210000000RLWc' && is_aohui_product__c = true) ) && (ISCHANGED(OCM_judgement__c) || ISCHANGED(next_action__c) || ISCHANGED(QIS_Reply_Comment__c) || ISCHANGED(Reason_bloken__c) || ISCHANGED(Special_follow__c) || ISCHANGED(RC_problem_not_found__c))</errorConditionFormula> 
 | 
    <errorDisplayField>isAE_Profile_Date__c</errorDisplayField> 
 | 
    <errorMessage>OCSM判定已完成,不能修改OCSM检测结论的相关信息。</errorMessage> 
 | 
</ValidationRule> 
 |