李彤
2022-04-24 27835b8e8919776c4a3332c0fb143038e0182a5d
OBSAP
1个文件已修改
5 ■■■■■ 已修改文件
force-app/main/default/classes/NewAndEditLeadController.cls 5 ●●●●● 补丁 | 查看 | 原始文档 | 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');