From 1b8c8764c39fc546ca1b85ff1810ae51be74331c Mon Sep 17 00:00:00 2001
From: Li Jun <buli@deloitte.com.cn>
Date: 星期四, 31 三月 2022 18:39:23 +0800
Subject: [PATCH] PIPL0331V2Deploy

---
 force-app/main/default/pages/NewAndEditAgencyContact.page |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/force-app/main/default/pages/NewAndEditAgencyContact.page b/force-app/main/default/pages/NewAndEditAgencyContact.page
index dd21ac9..346569a 100644
--- a/force-app/main/default/pages/NewAndEditAgencyContact.page
+++ b/force-app/main/default/pages/NewAndEditAgencyContact.page
@@ -305,14 +305,15 @@
             //1. Get Sobject Information from Form
             let sobjJson = getSobjectInformation();
             //2. Validate the Sobject field value formate, for example the email formate or phone formate
-
-            let validationResultMessage = validateFieldValueFormate();
-            console.log(validationResultMessage);
-            if (validationResultMessage) {
-                //Popup error message.  - To Do After POC
-                alertErrorMessage(validationResultMessage);
-                return
-            }
+            //updated by Lijun0325  Start
+            //let validationResultMessage = validateFieldValueFormate(); 
+            //console.log(validationResultMessage);
+            // if (validationResultMessage) {
+            //     //Popup error message.  - To Do After POC
+            //     alertErrorMessage(validationResultMessage);
+            //     return
+            // }
+            //updated by Lijun0325  End
             // Check Required Field
             let checkRequiredFieldMsgResult = checkRequiredFieldMsg(sobjJson);
             if (checkRequiredFieldMsgResult) {

--
Gitblit v1.9.1