Li Jun
2022-05-10 51fb56f3f5b0dc96d7f93a71f9b61263e303243f
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>IF_IsJum_Rental_Eq_True2</fullName>
    <active>true</active>
    <description>是否插队(备品):  只能插队一次,要增加验证规则。插队一次之后,是否插队(备品)和插队原因(备品)不能修改</description>
    <errorConditionFormula>Text(JumpDate_Rental__c) != null &amp;&amp; (ISCHANGED( IsJump_Rental__c )== true || ISCHANGED(  JumpCause_Rental__c )== true)</errorConditionFormula>
    <errorMessage>插队一次之后,是否插队(备品)和插队原因(备品)不能修改</errorMessage>
</ValidationRule>