<?xml version="1.0" encoding="UTF-8"?> 
 | 
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>YouCanNotEditTaskDifferent</fullName> 
 | 
    <active>true</active> 
 | 
    <description>//2021-11-17  mzy 任务管理改善 LEFT($User.UserId__c,15)==LEFT( assignee__c ,15)&& ISCHANGED( taskDifferent__c )&&$User.ProfileId != '00e10000000Y3o5'</description> 
 | 
    <errorConditionFormula>ISCHANGED( taskDifferent__c )&&$User.ProfileId != '00e10000000Y3o5'</errorConditionFormula> 
 | 
    <errorMessage>非系统管理员不能修改任务区分</errorMessage> 
 | 
</ValidationRule> 
 |