From e0de9222da210f9c8eb1a9f5400f936a14923e11 Mon Sep 17 00:00:00 2001 From: binxie <137736985@qq.com> Date: 星期六, 20 一月 2024 13:16:47 +0800 Subject: [PATCH] addvalidationrule --- force-app/main/default/objects/Rental_Apply__c/validationRules/AllOperateApplyCheck.validationRule-meta.xml | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/force-app/main/default/objects/Rental_Apply__c/validationRules/AllOperateApplyCheck.validationRule-meta.xml b/force-app/main/default/objects/Rental_Apply__c/validationRules/AllOperateApplyCheck.validationRule-meta.xml index d3d4421..b0a99ba 100644 --- a/force-app/main/default/objects/Rental_Apply__c/validationRules/AllOperateApplyCheck.validationRule-meta.xml +++ b/force-app/main/default/objects/Rental_Apply__c/validationRules/AllOperateApplyCheck.validationRule-meta.xml @@ -3,7 +3,6 @@ <fullName>AllOperateApplyCheck</fullName> <active>true</active> <description>DB202302216197锛氣�滄暣浣撴墜鏈涓氬姟鎺ㄨ繘璇锯�濇棤娉曡繘琛屽叏鐩殑鐨勫鍝佸嚭鍊�</description> - <errorConditionFormula>(ISNEW()|| TEXT(Status__c)='鑽夋涓�')&& Owner:User.Category6__c = '鏁翠綋鎵嬫湳瀹や笟鍔℃帹杩涜' && NOT($User.Batch_User__c) && $User.ProfileId <>'00eC600000003SX' && $User.ProfileId <>'00eC800000005Cb'</errorConditionFormula> - <errorDisplayField>Return_to_wh_staff__c</errorDisplayField> + <errorConditionFormula>(ISNEW()|| TEXT(Status__c)='鑽夋涓�')&& Owner:User.Category6__c = '鏁翠綋鎵嬫湳瀹や笟鍔℃帹杩涜' && NOT($User.Batch_User__c) && $User.ProfileId <>'00e10000000dEQx' && $User.ProfileId <>'00e10000000Y3o5'</errorConditionFormula> <errorMessage>銆愭暣浣撴墜鏈涓氬姟鎺ㄨ繘璇俱�戞棤娉曠敵璇峰鍝�</errorMessage> </ValidationRule> -- Gitblit v1.9.1