Manage Group by View for Installed Products Page
On the Installed Products page, you can customize which columns are displayed according to your preferences. Additionally, you can group asset line items by a specific state or column. For example, if you have 50 asset line items with varying quantities, you can group them by quantity so that all line items with quantity 1 are grouped together, and so on.
The default view on this page is grouped by products. You can define a view based on many parameters such as product, location, charge type, start date, end date, net price, etc. When saving the view, duplicate names are checked, and an appropriate error message is displayed if needed.
Grouping options are determined by the fields selected under .
All group by views of assets are private by default. Administrators can make them public through . When a view is made public, it cannot be edited or deleted from the Installed Products page.
You can select any view that is created and shared with you by the Administrator, however you cannot edit or delete them.
- When you create a customized view, pagination is not supported.
- Group by using fields such as Currency, multi-picklist, date, time, or long string (like comments, description) are not supported
- On a custom view, sorting the columns is not supported.
API Support: Group by using Currency fields (such as NetPrice, BasePrice, NetUnit Price, Delta Price), Custom fields (that are string, lookup, and numbers), and Custom Currency fields are supported using the below API:
GET asset/v1/assets/group-summary?accountIds={{accountId}}&groupingField=
On the Installed Products page, data in the assets grid is sorted by Created Date in descending order by default. Click on the any column (first click), the data is sorted in descending order, on second click its sorted in ascending order. When you click on another column, the previous column's sort indicator is cleared, and the new column is sorted in descending order. Sort behavior remains consistent for both grouped and non‑grouped views.
When Group By is applied, the group order is determined by the Group Summary API. Column sorting is applied within each group, and not across groups.Changing the sort direction toggles ascending/descending within each group.
- When creating or editing a view, the columns selected in the Choose Columns tab now appear in the same order within the Sort By dropdown.
- The column selected in Sort By becomes the active sort column for that view, and you can set the Sort Order (Ascending or Descending).
- When a Custom View is reloaded, assets are automatically displayed according to the view's saved Sort Column and Sort Order.
- When switching between multiple Custom Views, each view retains and applies its own saved sorting preferences.
- The System Default View continues to sort assets by Created Date (Descending).
Creating a Group by View of Assets
The values on the Group By drop-down depend on the fields your administrator has added in the Group By Fields custom setting at . For more information, see Configuring Assets Settings .
Editing an Existing Group by View
When you edit a view, you can add filters using the Advanced Search feature. The view is saved along with the filters. When you navigate to the Installed Products page from elsewhere and select that custom view, the information displayed reflects the filters you previously applied.
Deleting an Existing Group by View
- Click Installed Products.
- Click the Default View drop-down list, select the required view, and click Delete View.
