force-app/main/default/classes/NewAndEditLeadController.cls | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
force-app/main/default/classes/NewAndEditLeadController.cls
@@ -162,6 +162,11 @@ } // 2022-04-13 来源 jz end 0414 lt rtTypeId = ApexPages.currentPage().getParameters().get('RecordType'); // 20220420 lt OBSAP start if (String.isBlank(rtTypeId) && mso.containsKey('RecordTypeId')) { rtTypeId = mso.get('RecordTypeId'); } // 20220420 lt OBSAP end obj.put('OwnerId',UserInfo.getUserId()); } LayoutDescriberHelper.LayoutWrapper LayoutWrapperValue = LayoutDescriberHelper.describeSectionWithFieldsWrapper(rtTypeId, 'Lead','classic');