From 47efcaa6a55e4b397442616f8b24d672afddefd8 Mon Sep 17 00:00:00 2001 From: 沙世明 <shashiming@prec-tech.com> Date: 星期五, 08 四月 2022 17:13:48 +0800 Subject: [PATCH] SWAG-CC58ME --- 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