Can we keep action/task panel open (expanded) for all users in a section by default?
Like
Dear Krishna,
Information about whenever the panel is opened or not is stored in SysProfileData table. The key for the data will be like
ActionsDashboard_SectionName. By default it is expanded, so you can delete all data from the table for key = ActionsDashboard_SectionName if you need to do it once or build a process on an entity if you need to make it permanent (for example).
Best regards,
Angela
Dear Krishna,
Information about whenever the panel is opened or not is stored in SysProfileData table. The key for the data will be like
ActionsDashboard_SectionName. By default it is expanded, so you can delete all data from the table for key = ActionsDashboard_SectionName if you need to do it once or build a process on an entity if you need to make it permanent (for example).
Best regards,
Angela