The Activities screen provides a searchable, paginated log of all activities recorded across contacts and partners. It is accessible atDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/ce/activities.
Overview
The Activities screen displays a timeline of activity records scoped to the current organization. Users can search and filter the list using the Search & Filter card, then page through results 20 at a time. A running total is shown in the Results card header. Users with thece.analytics.export permission see an Export CSV button; clicking it opens a confirmation dialog before the file is downloaded. If results exceed a documented maximum row limit, a warning note appears in the Results card.
Who it’s for
No explicit permission gate on this route. The Export CSV button is gated byce.analytics.export.
Before you start
- Your organization must be set up in the platform (the page remains in a loading skeleton until an organization is resolved).
- To export results, you need the
ce.analytics.exportpermission.
Steps
Enter search terms or apply filters
Use the Search & Filter card to enter a text query or select filter criteria, then wait for results to update.
Page through results
Use the Previous and Next buttons at the bottom of the Results card to navigate pages of 20 records.
Key concepts
- Activity timeline — activities are rendered as timeline items via
ActivityTimelineItem; each item includes an activity ID. - Export row limit — exports are capped at
MAX_EXPORT_ROWS(constant defined insrc/cores/ce/utils/exportActivities.ts). - Pagination — page size is fixed at 20 records per page.
Related
Community Engagement
Community Engagement core overview.
Governance & parity
Documentation coverage and governance.
This page documents shipped product behavior. It is not medical, legal, or
billing advice. Verify against your organization’s policies and applicable
regulations before using it for clinical, compliance, or billing decisions.
Protected health information (PHI) shown in the product is governed by your
tenant’s access controls and is never exposed in this documentation.
Documentation sources
Documentation sources
- src/routes/ce.tsx
- src/cores/ce/pages/ActivitySearchPage.tsx
- src/cores/ce/utils/exportActivities.ts