Hi Community,
is there a quick way to set the fields that are shown when opening the detail of a dashboard?
Ex:
I know there is an alternative to go in with Supervisor and set it manually but I would like this to pass from dev to prod to pre-prod environment and be shown by default to users
Thanks
Luis
Like
First off, if I recall correctly, in recent versions of creatio, the metric columns are saved per-object (meaning all metrics of the same object will have the same column layout).
In your dev environment, configure the column layout and save for all users. Then, you'll want to bind data from SysProfileData with the key "AnalyticsColumns_ObjectNameHere" - so if your object is "UsrRepair", the key will be "AnalyticsColumns_UsrRepair". This article shows the columns to set for the data element in the package: https://customerfx.com/article/including-the-default-column-layout-for-a-detail-in-a-creatio-package/
Ryan