createDashboard
Description
Creates a dashboard with name, owner and description.
Parameters
Return Type
Number
Returns the id of the created dashboard.
Example
number dashboardId = createDashboard("dashboard for Agile project","admin");
Creates a dashboard with name, owner and description.
Number
Returns the id of the created dashboard.
number dashboardId = createDashboard("dashboard for Agile project","admin");