Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 Liferay 6.1 的组织中创建一个子组织。
请指导我实现这一目标。
问候,迪内什。
要创建子组织,您可以使用此代码段
OrganizationLocalServiceUtil.addOrganization ( userId, parentOrganizationId, name, type, recursable, regionId, countryId, statusId, comments, false, serviceContext);
注意:-传递parentOrganizationId以将子组织链接到父组织
高温高压