Assets

The asset record in full - identity, placement, lifecycle data, statuses, costs, and the detail page that gathers everything an asset knows.

An asset is any piece of equipment worth tracking individually: a rooftop unit, a pump, a generator, a scoreboard, an ice resurfacer. This page covers the record itself; for bulk creation see Importing your data.

Anatomy of an asset

Identity

AssetLab is designed for multi-site portfolios, so names don't have to be unique - every arena can have its own "AHU-1". Identical names stay distinguishable by location and by attributes like the Asset ID.

Placement

Both hierarchies, as covered in Core concepts:

Lifecycle & value

FieldDrives
Installation dateAge, remaining useful life
Useful life (years)Lifecycle forecasts, replacement year
Replacement costFCI, replacement planner, portfolio value
ConditionRisk scores, degradation projection

The asset detail page

Everything the platform knows about an asset gathers on one scrolling page of collapsible sections:

The list view

Two searches exist: the page-level search matches asset ID, name, status, description, model, serial number, manufacturer, and location; the search box inside the list matches name, manufacturer, and asset type only.

What selecting assets unlocks

Turn on Select, pick rows, and a bulk action bar appears. Actions are role-gated:

ActionMinimum roleWhat it does
Create Work OrderStaffNew work order prefilled with the selection; warns when the selection spans sites or buildings (the first asset's location is used)
InsightsManagerAnalytics over just the selected assets
Create ProjectManagerNew project prefilled with the selection's sites, buildings, system classes, and system groups (requires the projects feature)
MoveManagerRewrite location or classification for the whole selection
Change StatusManagerSet a status across the selection
Apply Risk ProfileManagerStamp a consequence-of-failure profile (details)
DeleteAdministratorRemove the selected records

Statuses vs. deletion

Decommissioned equipment should be status-changed, not deleted - its cost and work history still informs type-level statistics and audits. Deletion is for records created in error, and is permission-gated accordingly.

Finding assets fast

Exporting

Export (Manager and above) produces a CSV of the visible columns or a branded Excel report with inflation-adjusted projections and a summary sheet. There is no PDF export from the asset list; for print-ready documents see Reporting.

Working with assets programmatically

Assets are first-class in the REST API (assets:read / assets:write scopes) and the MCP tools (list_assets, create_asset, update_asset, …). Bulk endpoints exist for scripted migrations.