Guide
Exporting CSV
ABM Warranty allows you to export the currently visible device list to a CSV file for reporting, audits, and integration with external workflows. Exports are always scoped to the active tenant.
The exported data reflects the current application state, including active filters, search text, and sort order.
Tenant-Aware Exports
In multi-credential environments, each credential maps to a single tenant. CSV exports always reflect the currently selected tenant and include only that tenant’s devices.
The default export filename includes the tenant name to clearly distinguish exports when working with multiple organizations.
Included Fields
Each exported CSV row represents a single device and includes:
| CSV Header | Description |
|---|---|
Serial | Device serial number. |
Make | Device make/manufacturer. |
Model | Primary model label. |
Standard Start | Standard warranty start date. |
Standard End | Standard warranty end date. |
AC+ Start | AppleCare+ start date, if available. |
AC+ End | AppleCare+ end date, if available. |
Status | Computed warranty status. |
Last Imported | Local import timestamp. |
Last Seen in ABM | Last observed in Apple Business Manager. |
Inactive | Whether the record is marked inactive. |
No Data | Whether coverage is currently missing. |
ABM Status | Raw ABM status value. |
Updated DateTime | ABM updated timestamp. |
Added To Org DateTime | ABM added-to-org timestamp. |
Released From Org DateTime | ABM release timestamp, if present. |
Order DateTime | ABM order date-time value. |
Order Number | Order number from ABM attributes. |
Purchase Source Type | Purchase source type. |
Purchase Source ID | Purchase source identifier. |
Product Type | ABM product type. |
Product Family | ABM product family. |
Device Model | ABM device model. |
Device Capacity | ABM capacity value. |
Color | ABM color value. |
Part Number | Part number. |
IMEI | Cellular IMEI identifier. |
MEID | Cellular MEID identifier. |
EID | Embedded SIM EID identifier. |
WiFi Address | Wi-Fi hardware address. |
Bluetooth Address | Bluetooth hardware address. |
Ethernet Address | Ethernet hardware address. |
Assigned Server Related URL | ABM assignment related URL. |
Assigned Server ID | Assigned server ID. |
Assigned Server Name | Assigned server name. |
Assigned Server Type | Assigned server type. |
Assigned Server Created DateTime | Assigned server creation timestamp. |
Assigned Server Updated DateTime | Assigned server update timestamp. |
Last Coverage Refresh | Last local coverage refresh timestamp. |
Last Updated At (Local) | Last local device update timestamp. |
All dates are exported in ISO-8601 format to ensure compatibility with spreadsheets, databases, and automation tools.
Filtering & Sorting
CSV exports always respect the current view. Any filters applied for warranty status, device type, inactive devices, or search text directly control which devices are included.
The row order in the CSV matches the active sort order shown in the app.
Exporting During Imports
CSV export remains available while an import is running. When exporting during an active import, the CSV reflects the most recently persisted data for the tenant at the moment the export begins.
This ensures that reporting and audits are never blocked by long-running imports.
Inactive & No-Data Devices
Devices that are no longer returned by Apple Business Manager are retained and marked as Inactive. Devices temporarily missing coverage data are marked with a No Data indicator.
Both inactive and no-data devices are included in exports whenever they are visible under the current filters.
How to Export
To export data, choose Export <Tenant Name> to CSV… from the File menu and select a destination.
The generated CSV can be opened directly in spreadsheet applications or imported into other reporting systems.