From d8dc84a3d56df839895f1c417a4d9cbee763d262 Mon Sep 17 00:00:00 2001 From: 高章伟 <gaozhangwei@prec-tech.com> Date: 星期五, 03 三月 2023 14:50:59 +0800 Subject: [PATCH] gzw 测试环境代码更新 --- 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