---
title: "admCreateDashboard"
canonical: "https://support.appfire.com/space/PSJC/747965192/admCreateDashboard"
format: markdown
---
> Macro (aura-html)


## Description

> Macro (excerpt)
> 
> Creates a dashboard

Creates the dashboard.
 Name of the dashboard must be unique

|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | admCreateDashboard(dashboard) | **Package** | adm |
| **Alias** |  | **Pkg Usage** | createDashboard(dashboard) |

## Parameters

| Parameter name | Type | Required | Description |
| --- | --- | --- | --- |
| dashboard | JDashboard | Yes | The dashboard to be created (the id will be filled) |

## Return Type

**[JDashboard](https://appfire.atlassian.net/wiki/spaces/PSJC/pages/435028065)**

The dashboard, created, or a null structure if dashboard creation fails

## See also

> Macro (contentbylabel)