Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt

Use this file to discover all available pages before exploring further.

The Bulk Operations screen manages bulk data actions at the route /settings/bulk-operations.

Overview

The screen lists existing bulk operations for the current organization in BulkOperationsList with progress tracking. Users with pf.bulk_operations.create see a “New Operation” button that opens the BulkOperationForm dialog for defining a new bulk delete, update, or assign operation. Completing or canceling the form refreshes the operations list. The page requires an active organization context.

Who it’s for

No explicit permission gate on the route itself. pf.bulk_operations.create is required to create new operations.

Before you start

  • An active organization context is required.
  • Creating new bulk operations requires pf.bulk_operations.create.

Steps

1

Open Bulk Operations

Navigate to Settings → Bulk Operations.
2

Review existing operations

Browse the list of bulk operations and their current progress/status.
3

Create a new operation

Click “New Operation” (requires create permission), complete the form, and submit.
4

Monitor progress

Track the progress of running operations in the list.

Key concepts

  • Supported operation types: bulk delete, update, assign
  • Rollback capability — SME: confirm which operations support rollback and the mechanism
  • Progress tracking — visible per operation in the list

Platform Foundation

Platform Foundation 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.
  • src/routes/platform.tsx
  • src/platform/bulk-operations/components/BulkOperationsPage.tsx