From 102afa21c115e8c8b9333a326c3d1af08fe76faf Mon Sep 17 00:00:00 2001 From: binxie <137736985@qq.com> Date: 星期一, 22 一月 2024 22:08:58 +0800 Subject: [PATCH] backup0122 --- force-app/main/default/objects/Rental_Apply__c/validationRules/OPDPlan_if_Have_Blank.validationRule-meta.xml | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/force-app/main/default/objects/Rental_Apply__c/validationRules/OPDPlan_if_Have_Blank.validationRule-meta.xml b/force-app/main/default/objects/Rental_Apply__c/validationRules/OPDPlan_if_Have_Blank.validationRule-meta.xml index a3516da..6a7d886 100644 --- a/force-app/main/default/objects/Rental_Apply__c/validationRules/OPDPlan_if_Have_Blank.validationRule-meta.xml +++ b/force-app/main/default/objects/Rental_Apply__c/validationRules/OPDPlan_if_Have_Blank.validationRule-meta.xml @@ -4,6 +4,5 @@ <active>true</active> <description>OPD璁″垝缂栫爜涓虹┖锛岃鍏堟柊寤篛PD璁″垝</description> <errorConditionFormula>( ISNEW() || ISCHANGED(demo_purpose2__c) || ISCHANGED(OPDPlan__c) )&&(Text(demo_purpose2__c)='璇曠敤锛堟棤璇环锛�' || Text(demo_purpose2__c)='璇曠敤锛堟湁璇环锛�' || Text(demo_purpose2__c)='瀛︿細灞曚細' || Text(demo_purpose2__c)='鏂颁骇鍝佽瘎浠�' ) && ISBLANK(OPDPlan__c) && $User.ProfileId <>'00e10000000Y3o5'</errorConditionFormula> - <errorDisplayField>Return_to_wh_staff__c</errorDisplayField> <errorMessage>OPD璁″垝缂栫爜涓虹┖锛岃鍏堟柊寤篛PD璁″垝</errorMessage> </ValidationRule> -- Gitblit v1.9.1