This screen lists all facility assets and is available 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.
/fm/assets.
Overview
The Assets page usesListPageLayout and loads assets via useAssetList. Users can search by text, filter by Status (from ASSET_STATUS_LABELS), filter by Category (from ASSET_CATEGORY_LABELS), and filter by Site (loaded via useOrganizationSiteOptions). An Add Asset button opens AssetFormDialog. A guided tour (assetManagementTour) can be started via the Help button.
Who it’s for
Requires permissionfm.dashboard.view. Viewing asset details requires fm.assets.view (confirm with SME).
Before you start
- Hold
fm.dashboard.view. - Sites must be configured in the organization for the site filter to populate.
Steps
Open Assets
Navigate to
/fm/assets via the FM sidebar or the Total Assets stat card on the dashboard.Add an asset
Click Add Asset to open the asset creation dialog; fill in name, asset tag, category, and other required fields.
Key concepts
- Asset tag — the human-readable identifier for the asset (e.g.,
ASSET-001). - Asset status — values from
ASSET_STATUS_LABELS(e.g., active, maintenance, retired, disposed). - Asset category — values from
ASSET_CATEGORY_LABELS(e.g., equipment, furniture — confirm with SME).
Related
Facilities & Inventory
Facilities & Inventory 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/fm.tsx
- src/cores/fm/pages/AssetsPage.tsx