From 43fdbff49764d55c7b3a19a1d6e7d8aeb62072ef Mon Sep 17 00:00:00 2001 From: buli <137736985@qq.com> Date: 星期五, 21 四月 2023 11:17:35 +0800 Subject: [PATCH] backup0421 --- force-app/main/default/objects/Rental_Apply__c/validationRules/Check_Opd_Plan_FXH.validationRule-meta.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/force-app/main/default/objects/Rental_Apply__c/validationRules/Check_Opd_Plan_FXH.validationRule-meta.xml b/force-app/main/default/objects/Rental_Apply__c/validationRules/Check_Opd_Plan_FXH.validationRule-meta.xml index f3434e8..e419682 100644 --- a/force-app/main/default/objects/Rental_Apply__c/validationRules/Check_Opd_Plan_FXH.validationRule-meta.xml +++ b/force-app/main/default/objects/Rental_Apply__c/validationRules/Check_Opd_Plan_FXH.validationRule-meta.xml @@ -5,7 +5,7 @@ <description>鍒嗗崟鎺掗櫎鍦ㄥ 鎵嬪姩鍏宠仈OPD璁″垝鍙凤紝OPD璁″垝鏉ユ簮涓虹瀹わ紝璇环锛屾棩鎶ワ紝浜嬩欢銆� 妫�鏌PD璁″垝瀹炴柦鏃ュ皬浜庣瓑浜�10澶╂墠鍙垱寤虹敵璇�</description> - <errorConditionFormula>(ISNEW() || ISCHANGED( OPDPlan__c) ) && Text(OPDPlan__r.OPDType__c)!='瀛︿細' && (OPDPlan__r.Rental_Apply_Flag__c>10 || OPDPlan__r.Rental_Apply_Flag__c<0) && ISBLANK(Old_Rental_Apply__c)&& !$User.Batch_User__c</errorConditionFormula> + <errorConditionFormula>(ISNEW() || ISCHANGED( OPDPlan__c) ) && Text(OPDPlan__r.OPDType__c)!='瀛︿細' && (OPDPlan__r.Rental_Apply_Flag__c>10 || OPDPlan__r.Rental_Apply_Flag__c<0) && ISBLANK(Old_Rental_Apply__c)&& !$User.Batch_User__c && !SupplementCreated__c</errorConditionFormula> <errorDisplayField>OPDPlan__c</errorDisplayField> <errorMessage>闈炲浼氱殑OPD璁″垝瀹炴柦鏃ュ皬浜庣瓑浜�10澶╂墠鍙垱寤虹敵璇�</errorMessage> </ValidationRule> -- Gitblit v1.9.1