高章伟
2023-03-28 32ca554edf2f2533790ad095e5691bbe478468a3
1
2
3
4
5
6
7
8
9
10
<?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))
&amp;&amp; OR(ISCHANGED(From_Location__c), ISCHANGED(Destination_location__c))</errorConditionFormula>
    <errorDisplayField>From_Location__c</errorDisplayField>
    <errorMessage>批准后,调拨前/调拨后地区不可以修改</errorMessage>
</ValidationRule>