var bg = new Array();//Get the tenant and Business Groupvar tenant = System.getContext().getParameter("__asd_tenantRef");var subtenantRef = System.getContext().getParameter("__asd_subtenantRef");//Get the Cafe detailsvar host = vCACCAFEHostManager.getDefaultHostForTenant(tenant, true);//Correlate the ID to a namevar mysubtenant = vCACCAFEEntitiesFinder.getSubtenant(host, subtenantRef);var name = mysubtenant.name;bg.push(name);//Return the Business group namereturn bg;