From 928399eceec50e3d37ea08669a12789a9410a9d2 Mon Sep 17 00:00:00 2001
From: 沙世明 <shashiming@prec-tech.com>
Date: 星期二, 22 十一月 2022 16:51:16 +0800
Subject: [PATCH] 111
---
force-app/main/default/objects/Rental_Apply__c/validationRules/After_Request_approve_PIPL.validationRule-meta.xml | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/force-app/main/default/objects/Rental_Apply__c/validationRules/After_Request_approve_PIPL.validationRule-meta.xml b/force-app/main/default/objects/Rental_Apply__c/validationRules/After_Request_approve_PIPL.validationRule-meta.xml
index ab5b986..f2ec325 100644
--- a/force-app/main/default/objects/Rental_Apply__c/validationRules/After_Request_approve_PIPL.validationRule-meta.xml
+++ b/force-app/main/default/objects/Rental_Apply__c/validationRules/After_Request_approve_PIPL.validationRule-meta.xml
@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
<fullName>After_Request_approve_PIPL</fullName>
- <active>true</active>
+ <active>false</active>
<description>鐢宠鍗曟壒鍑嗗悗锛屼笉鑳界紪杈戝鍝佸�熺敤淇℃伅
2018/01/10: IT淇敼
-2022/05/13: Change Phone_number__c鍜宒irect_shippment_address__c to encrypted fields</description>
+2022/05/13: Change Phone_number__c鍜宒irect_shippment_address__c to encrypted fields
+2022/10/14:鍋滅敤鍚庡啀鍚敤</description>
<errorConditionFormula>((TEXT( Status__c) <> '鑽夋涓�' && TEXT( Status__c) <> '濉啓瀹屾瘯' && TEXT( Status__c) <> '鐢宠涓�' )
&&
@@ -21,5 +22,6 @@
|| ISCHANGED(Loaner_received_staff__c) || LEFT(Direct_Shippment_Address_Encrypt__c, 200)!=LEFT( PRIORVALUE(Direct_Shippment_Address_Encrypt__c),200 ) || ISCHANGED(direct_send__c) || ISCHANGED(pickup_time__c) || ISCHANGED(Loaner_received_staff_phone__c) || ISCHANGED(Post_Code__c) || ISCHANGED(GI_Diff__c) || ISCHANGED(Hope_Lonaer_date_Num__c)
)
&& NOT($User.Batch_User__c) && NOT($User.Batch_User__c) && $User.ProfileId <>'00e10000000dEQx'</errorConditionFormula>
+ <errorDisplayField>Combine_Pack__c</errorDisplayField>
<errorMessage>鐢宠鍗曟壒鍑嗗悗锛屼笉鑳界紪杈戝鍝佸�熺敤淇℃伅</errorMessage>
</ValidationRule>
--
Gitblit v1.9.1