From 6a471bc62a8567abd74dcef733fcddf9911b6a16 Mon Sep 17 00:00:00 2001 From: denny chen <chenbangcai@prec-tech.com> Date: 星期三, 29 三月 2023 15:47:48 +0800 Subject: [PATCH] Merge branch 'master' of http://47.92.229.245:8089/r/OlyMEBG --- 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