From 4688e276eee13cd2e521aa55afb5725cb0fda270 Mon Sep 17 00:00:00 2001 From: binxie <137736985@qq.com> Date: 星期一, 22 一月 2024 21:21:18 +0800 Subject: [PATCH] backuprentalapply0122 --- force-app/main/default/objects/Rental_Apply__c/validationRules/Before_Request_Apporve.validationRule-meta.xml | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/force-app/main/default/objects/Rental_Apply__c/validationRules/Before_Request_Apporve.validationRule-meta.xml b/force-app/main/default/objects/Rental_Apply__c/validationRules/Before_Request_Apporve.validationRule-meta.xml index 41ee038..1475497 100644 --- a/force-app/main/default/objects/Rental_Apply__c/validationRules/Before_Request_Apporve.validationRule-meta.xml +++ b/force-app/main/default/objects/Rental_Apply__c/validationRules/Before_Request_Apporve.validationRule-meta.xml @@ -8,9 +8,10 @@ && RA_Status__c <> '宸插垎閰�' && RA_Status__c <> '鍙栨秷') && -(($User.ProfileId <>'00eC800000005Cb')&& -($User.ProfileId <>'00eC600000004y5')&& -(NOT(CONTAINS($Label.ProfileId_EquCenCheckAndDepot, $User.ProfileId))) +(($User.ProfileId <>'00e10000000Y3o5')&& +($User.ProfileId <>'00e10000000xnoT')&& +(NOT(CONTAINS($Label.ProfileId_EquCenCheckAndDepot, $User.ProfileId)))&& +($User.ProfileId <>'00e10000000xo1D') ) && ISCHANGED(Loaner_cancel_request__c)</errorConditionFormula> -- Gitblit v1.9.1