Move Org to Custom Dashboard from MyDashboard
- As super admin, call
POST /api/defaultDashboard/create?orgId=[organisationId]
(organisationId
being the id of the organisation for which you want to create the default dashboard - typically your UAT org) - This API will only create the default dashboard for non Prod orgs.
- Assign the newly created dashboard to the required user groups.
- Test and verify functionality in UAT org
- Upload bundle from UAT org to live org.
Updated about 1 month ago