eManifest
The eManifest module — called the Border Desk inside the product — is where a dispatcher gets a truck legally across the Canada/US border: it assembles every fact customs demands for a crossing, scores how ready that crossing is, prints the barcoded paper the driver carries, emails the customs broker their package, and runs a countdown clock so nobody arrives at the booth without an accepted filing.
From the Lanexa 2.0 capability register · version 2.0.37 · reviewed 2026-08-24
What happens on its own.
The work nobody does. These run in the database rather than the browser, which is why they still happen when someone forgets, closes the tab, or was never told they were supposed to.
Every crossing action is audited
Creating a crossing, every status transition (with the from-state, the to-state and the rejection reason where one exists) and every removal write an entry into the shared activity log under the type — a category that had existed since Apri
Every status change appends a permanent history row
The atomic routine writes it in the same transaction as the status change, capturing the status, the reason, the message, the source, the user's identity and their name. A database trigger then makes that row impossible to edit or delete (,
The database stamps the milestone timestamps itself
Moving to Filed sets, Accepted sets, Released sets — belt and braces, since the routine also stamps them ().
Marking a crossing Released writes a border event onto every load riding it
A trigger fans out one timeline row per member load, titled by regime, detailed with the port name, and de-duplicated so a repeat can never double-post ().
What you can do here.
Every item below is live in production today. Anything not yet built is listed further down rather than left out.
What we haven’t built here — by design.
Publishing this is the point. eManifest ships 29 capabilities today; these 3 are not built yet, and you should know that before a sales call rather than after one.
| Capability | Status |
|---|---|
| Deep link into a crossing | In progress |
| Add a load to an existing crossing | Not built |
| Transmit the filing electronically | Not built |