Editing a Module's Subpanels
Overview
Every record's detailview will display subpanels which list related records from other modules. The fields displayed on these subpanel as well as the label of each subpanel can be easily modified through Studio so that your users have visibility to the most important fields for your organization.
For information on making code-level changes to subpanel layouts, please see the Subpanel page of the Developer Guide.
Steps to Complete
As an example, the following steps will modify the Contacts subpanel as it appears on each account detailview:
- Navigate to Admin > Studio > Accounts > Subpanels > Contacts.
- To add a field to the subpanel, drag and drop fields from the Hidden column to the Default column.
- To remove a field from the subpanel, drag and drop fields from the Default to Hidden column.
- To change the subpanel's label, enter a new name in the Title field.
- To change the width of a field on the subpanel, click the pencil icon next to each field. Here you can enter what percentage of the total width of the subpanel should be dedicated to this column. Enter a new value and click "Save".
- To change the label of the field, you will need to modify the labels of these fields on contact's listview layout (Studio > Contacts > Layouts > ListView) since the two are connected. For more information about editing labels, please refer to the article Editing a Module's Labels.
- To change the left-to-right order of the fields displayed on the subpanel, drag and drop fields up or down within the Default list.
- Once you are ready to push the new subpanel layout to your users, click "Save & Deploy".
Activities and History Subpanel
For modules with the relevant relationships, the Activities subpanel lists open tasks, calls, and meetings that a user has scheduled for the module record. Once the activities have taken place, they will show up under the History subpanel. The History subpanel also includes note and emails associated with the record. Note that the Activities and History subpanels cannot be edited through Studio.