Const
Method name for PRE dashboardsSetDashboardPre and POST dashboardsSetDashboard
dashboardsSetDashboardPre
dashboardsSetDashboard
This method can be used to modify the selected dashboard, and it is triggered each time a new dashboard is opened.
Additional Properties:
dashboardName
params
paramFMItem
formulamanager
export const dashboardsSetDashboard = async ({ api, dashboardName, params, paramFMItem }) => { // TODO: Add your code return;} Copy
export const dashboardsSetDashboard = async ({ api, dashboardName, params, paramFMItem }) => { // TODO: Add your code return;}
Method name for PRE
dashboardsSetDashboardPreand POSTdashboardsSetDashboardThis method can be used to modify the selected dashboard, and it is triggered each time a new dashboard is opened.
Additional Properties:
dashboardName: Returns the name of the currently opened dashboard.params: Used to set parameters for dashboard.paramFMItem: Used to set parameters forformulamanageritems.