<?xml version="1.0" encoding="UTF-8"?>
|
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>Cannot_Same_Location</fullName>
|
<active>true</active>
|
<description>【调拨前地区】和【调拨至地区】不可相同</description>
|
<errorConditionFormula>RecordType.DeveloperName == 'CenterToCenter'
|
&& TEXT(From_Location__c) == TEXT(Destination_location__c)</errorConditionFormula>
|
<errorDisplayField>Destination_location__c</errorDisplayField>
|
<errorMessage>【调拨前地区】和【调拨至地区】不可相同</errorMessage>
|
</ValidationRule>
|