| <?xml version="1.0" encoding="UTF-8"?> | 
| <ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>Cannot_Change_Location</fullName> | 
|     <active>true</active> | 
|     <description>批准后,调拨前/调拨后地区不可以修改</description> | 
|     <errorConditionFormula>NOT(ISBLANK(Request_approval_time__c)) | 
| && OR(ISCHANGED(From_Location__c), ISCHANGED(Destination_location__c))</errorConditionFormula> | 
|     <errorDisplayField>From_Location__c</errorDisplayField> | 
|     <errorMessage>批准后,调拨前/调拨后地区不可以修改</errorMessage> | 
| </ValidationRule> |