January 13, 2026
Adding items to Launch Pad Widget
Learn how to add items via My Apps Content App
A new Cosmos Manager management app has been added with Release 5.0, to provide clients with a mechanism for viewing their Activity Stream data. Cosmos Manager provides the ability for an authorized user/administrator to view and query their Cosmos database, troubleshoot data concerns, and identify areas for data cleanup.
Click on the Cosmos DB Manager in Management Apps.
Search the Cosmos database with the entry of values as defined in the table below:
| Saved Queries | Provides a dropdown list of the available saved queries |
| Select | Specify the column names to be used for the query. For multiple column names, use a comma delimited format (i.e. c.id, c.Partionkey), or use * for all columns. |
| From | Dropdown list of available entity types to search. |
| Where c.EntityType= | Available columns for the Entity type selected in the From field. This example shows the entity type columns available for comments. |
| Where c.id= | Provides the ability to select a specific column id. |
| Where Custom: | Provides the ability to search on a specific custom column. For example, to find all people in the HR department group, c.groupName=”HR”. |
| Order by: | Select the column for the sort order and select ascending or descending sort order. Default is column id (c.id) ascending (asc). |
The Run Query button is used to run a new query, a saved query or delete a query. To run a new query:
To modify the query results, click the “x” next to the column name to remove the column from the query results. This will also remove the column name from the Select field and will add the “Show All Columns” button to re-instate all columns, if required. At this point, the modified query can be saved.
To create a saved query:
Click on the “Clear All” button to clear all the content from the fields on the screen.
Allows an authorized user to delete the Cosmos data from the database.
Allows an authorized user to view the status of the database deletion.