}
// Create group when it does not exist
if (dataService.getPortalConfig("group", ownerId) == null)
{
UserPortalConfigService configService = uicomp.getApplicationComponent(UserPortalConfigService.class);
configService.createGroupSite(ownerId);
}
// create navigation for group
dataService.create(pageNav);