Li Jun
2022-04-27 f90c63155656928b86f1ce1d91a134de3d12d2b9
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Cannot_change_rental_end_date</fullName>
    <active>false</active>
    <errorConditionFormula>DataMigration_Flag__c == false
&amp;&amp; ISNULL(asset_extend_approval_time__c) &amp;&amp; ISCHANGED(Rental_End_Date__c)</errorConditionFormula>
    <errorMessage>延期申请没有批准之前,不能更改“备品预计回收日”</errorMessage>
</ValidationRule>