<?xml version="1.0" encoding="UTF-8"?> 
 | 
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>StatusCheck_IsManager</fullName> 
 | 
    <active>true</active> 
 | 
    <description>Error_Message4のエラーと同じロジック</description> 
 | 
    <errorConditionFormula>($User.ProfileId != '00e10000000Y3o5' || $User.Batch_User__c != True) 
 | 
&& Text(Status__c) == '承認' 
 | 
&& Reporter__r.ManagerId != $User.Id 
 | 
&& Reporter__r.BuchangApprovalManager__c != $User.Id 
 | 
&& Reporter__r.BuchangApprovalManagerSales__c != $User.Id</errorConditionFormula> 
 | 
    <errorDisplayField>Status__c</errorDisplayField> 
 | 
    <errorMessage>上司才可以选择。</errorMessage> 
 | 
</ValidationRule> 
 |