From 3d29090cfcde7bfb1b72de7e9d470a6a32931f3a Mon Sep 17 00:00:00 2001 From: Li Jun <buli@deloitte.com.cn> Date: 星期四, 17 三月 2022 21:32:18 +0800 Subject: [PATCH] PIPLFunctionDeployV3 --- force-app/main/default/classes/NewAndEditContactController.cls | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/force-app/main/default/classes/NewAndEditContactController.cls b/force-app/main/default/classes/NewAndEditContactController.cls index 5df7aa7..faf5b4c 100644 --- a/force-app/main/default/classes/NewAndEditContactController.cls +++ b/force-app/main/default/classes/NewAndEditContactController.cls @@ -33,7 +33,6 @@ public PageReference PageLoad(){ system.debug('rtTypeId='+rtTypeId); string s = null; - if(!string.isBlank(rtTypeId)){ s = Schema.SObjectType.Contact.getRecordTypeInfosById().get(rtTypeId).getDeveloperName(); if(s == 'Agency' || s == 'Internal_staff'){ -- Gitblit v1.9.1