force-app/main/default/objects/Rental_Apply__c/validationRules/IF_IsJum_Rental_Eq_True2.validationRule-meta.xml
@@ -4,6 +4,5 @@ <active>true</active> <description>是否插队(备品): 只能插队一次,要增加验证规则。插队一次之后,是否插队(备品)和插队原因(备品)不能修改</description> <errorConditionFormula>Text(JumpDate_Rental__c) != null && (ISCHANGED( IsJump_Rental__c )== true || ISCHANGED( JumpCause_Rental__c )== true)</errorConditionFormula> <errorDisplayField>Return_to_wh_staff__c</errorDisplayField> <errorMessage>插队一次之后,是否插队(备品)和插队原因(备品)不能修改</errorMessage> </ValidationRule>