The Edit Report screen allows updating a saved IT report definition and 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.
/it/reports/:id/edit.
Overview
The Edit Report page loads an existing report definition viauseReportDefinition. The form is organized into scrollable tabs (observed: tabs rendered via ScrollableTabsList). Fields include: name, description, report type (asset_inventory, ticket_summary, license_compliance, security_posture, vendor_summary, change_summary, custom), columns (multi-select from REPORT_COLUMNS), grouping, and schedule settings including a schedule_enabled flag. On save, updateReport is called and the user is redirected to the reports list. A loading skeleton is shown while data loads; an error state appears if the report is not found.
Who it’s for
RequiresIT_PERMISSIONS.VIEW (outer ITViewGuard). No additional per-route permission gate.
Before you start
- You must hold
IT_PERMISSIONS.VIEWto access this screen. - The report definition must exist.
Steps
Select columns
Use the column checkboxes from
REPORT_COLUMNS to include or exclude columns in the output.Key concepts
- report_type — Values:
asset_inventory,ticket_summary,license_compliance,security_posture,vendor_summary,change_summary,custom. - REPORT_COLUMNS — Set of available column identifiers defined in
src/cores/it/types/dashboard.ts. - schedule_enabled — Boolean; SME should confirm delivery mechanism.
Related
IT Service Management
IT Service Management 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/it.tsx
- src/cores/it/pages/reports/EditReportPage.tsx