Overview
Turning on Check-Out for your organization is a five-minute decision. Running a Check-Out program that actually prevents lost equipment and produces a clean audit trail takes a bit more thought.
This guide covers how to design the policy layer around Check-Out — what should use it, who should be allowed to use it, and how to build habits that catch problems before an asset disappears. It assumes you already understand the mechanics of checking assets in and out; if not, start with Asset Check-Out Overview.
Decide What Belongs in Check-Out vs. Assignment
The single most common mistake organizations make is using the wrong tool for the relationship between a person and an asset.
| If the relationship is... | Use... | Because |
|---|---|---|
| Permanent — "this is Sarah's laptop" | Assignment | It doesn't need a return date and shouldn't clutter checkout history |
| Temporary, with a known end point | Check-Out | It needs a return date, a purpose, and a custody trail |
| Ownership by a team or site, on an ongoing basis | Assignment (to a department or location) | Checkout is for individuals borrowing something, not standing custody |
| A one-off loan to someone outside the assignment (a coworker, contractor, or trainee) | Check-Out | The asset's permanent assignment shouldn't change for a short-term loan |
Note: Checking an asset out never changes who it's assigned to. A camera permanently assigned to the Facilities department can be checked out to a technician for an afternoon and returns to Facilities' assignment automatically when checked in.
Rule of thumb: If you'd have to remember to change the assignment back later, it should have been a checkout instead.
Build a Simple Checkout Policy Before You Scale
Once more than a handful of people are checking assets in and out, informal habits stop working. Put a short, written policy in place covering:
- Who is allowed to check assets out — Decide this deliberately rather than defaulting to "everyone with Manager access." See Checkout Permissions and Access Control for how to scope this with custom roles.
- Which asset categories require checkout — High-value, portable, or frequently-borrowed categories (field equipment, laptops, cameras, specialized tools) are good candidates. Fixed or low-value items usually aren't worth the overhead.
- Default expected return windows by use case — See the table below.
- What "purpose" should describe — A short, consistent phrase, not a blank field.
- Who owns overdue follow-up — Name a person or role, not "whoever notices."
Writing this down once avoids re-litigating it every time someone asks "wait, was I supposed to check that back in?"
Right-Size Expected Return Windows
Expected Return Date is optional, but treat it as required in practice. Without one, an asset can remain checked out indefinitely and can never be flagged as OVERDUE — there's no deadline for the system to compare against.
| Use Case | Typical Return Window | Notes |
|---|---|---|
| Field service / site visit | Same day | Set the return time to end of shift |
| Employee travel / conference | Trip duration + 1 day buffer | The buffer absorbs travel delays |
| Training session | End of session | Check in all attendee equipment before people leave the room |
| Contractor project | Project duration | Consider a formal checkout agreement for high-value tools |
| Cross-department loan | 1–3 days | Shorter windows reduce the chance the item is forgotten |
Setting the return date to match the borrower's actual need — rather than an arbitrarily short "urgent" date — is more effective than it sounds. Unrealistic deadlines train people to ignore them, which defeats the point of tracking one at all.
Use Purpose and Notes Consistently
The purpose and notes fields are free text, which means their usefulness in reports depends entirely on how consistently your team fills them in. Two checkouts that both say "field work" are harder to analyze than two that say "Site A inspection" and "Site B inspection."
Good purpose values are specific and short:
- "Q3 building energy audit — Site A"
- "Regional sales conference, Chicago"
- "Line 2 changeover support"
Avoid vague values like "misc," "as needed," or leaving it blank — they show up in Checkout Reports as noise instead of signal, especially once you're filtering by purpose or trying to allocate costs back to a project or department.
Use notes for anything that doesn't belong in a short label: condition on checkout, special handling instructions, or context for whoever checks the asset back in.
Assign Checkout Responsibilities Deliberately
Checkout permissions are role-based (assetCheckout:create, assetCheckout:return, assetCheckout:read) and can be split across custom roles — see Checkout Permissions and Access Control for the full permission model. At the policy level, a few patterns work well in practice:
- Separate checkout from check-in for high-value equipment. Having a different person confirm the return (rather than the same person who handed it out) adds a natural accountability check.
- Give a Field Coordinator or Facilities role full checkout access, and give occasional users (like Finance, who only needs to read reports) view-only access instead of Manager-level permissions.
- Don't hand out Manager broadly just to unlock checkout. Create a narrower custom role scoped to the checkout permissions your team actually needs.
Build a Return Monitoring Habit
Check-Out will flag an asset as OVERDUE automatically once its expected return date passes, but nothing proactively pages anyone about it — there is currently no automatic reminder or notification before or after that date. The follow-up has to be a habit your team owns, not something the system does for you.
A workable cadence for most organizations:
- Weekly: Whoever owns checkout follow-up reviews the Checkout Report filtered to
CHECKED_OUTandOVERDUE. - On overdue: Contact the borrower directly rather than waiting for them to notice. See Track Overdue Assets for a step-by-step escalation process.
- Monthly: Look for patterns — the same person, asset, or location showing up repeatedly — and address the root cause rather than the individual incident.
If your organization checks out high volumes of equipment, treat this review as a standing calendar item rather than something to do "when someone asks where the projector went."
Use Checkout Data Beyond Tracking Custody
Once your team is checking assets in and out consistently, the data has value past "who has what right now":
- Cost allocation — Duration-based checkout data lets Finance charge equipment usage back to the department, project, or client that used it.
- Audit evidence — Because checkout records are immutable and timestamped, exporting a filtered report is often sufficient to answer an auditor's question about who had custody of a piece of equipment during a given period. See Audit Preparation for how this fits into broader audit readiness.
- Loss prevention analysis — Recurring overdue patterns by person, asset, or location usually point to a process gap (unrealistic return windows, unclear ownership) rather than one careless borrower.
Common Mistakes to Avoid
Mistake 1: Using checkout for permanent custody. If an asset effectively "lives with" one person indefinitely, that's assignment, not checkout. Constantly re-checking-out the same asset to the same person with no real return date just adds noise to reports.
Mistake 2: Skipping the expected return date "because it's obvious." It's rarely obvious to the system, and without a date the asset can't be flagged overdue no matter how late it actually is.
Mistake 3: Assuming the Free plan supports checkout for a pilot. Check-Out requires Orbit or above — see Checkout: Free vs. Paid Plans. Confirm plan access before rolling out a checkout process to a team, or checkout buttons will appear but every action will fail.
Mistake 4: Letting one role do everything. When the same person checks assets out and checks them back in with no oversight, discrepancies are harder to catch. Split responsibilities where the asset value justifies it.
Mistake 5: Treating checkout history as a substitute for the asset's audit trail. Checkout and check-in events don't appear in an asset's permanent history — they're a separate, purpose-built log. If you need the full picture of an asset's life (status changes, assignment changes, and custody), you'll need to look at both View Checkout History and the asset's own history tab.
Quick Tips
Start narrow. Roll out checkout to one or two high-value categories first, refine your policy, then expand.
Name an owner for overdue follow-up. "Someone will notice" is not a process.
Keep purpose values short and consistent. Free text is only as useful as the discipline behind it.
Don't chase perfect adoption on day one. A policy that's mostly followed and iterated on beats a perfect policy nobody reads.
Next Steps
- Asset Check-Out Overview — Understand how checkout differs from assignment
- Checkout Permissions and Access Control — Scope who can check assets in and out
- Track Overdue Assets — Step-by-step escalation for overdue equipment
- Checkout Reports — Filter, analyze, and export checkout activity
- Audit Preparation — Use checkout records as audit evidence
Common Questions
Do we need a formal written policy to use Check-Out? No — Check-Out works without one. But once more than a few people are involved, an informal approach tends to produce inconsistent purpose fields, missing return dates, and unclear ownership of follow-up. A short policy prevents most of that.
Should every asset category use Check-Out? No. Reserve it for assets that are genuinely borrowed temporarily — portable, valuable, or frequently shared equipment. Fixed or rarely-moved assets are usually better served by assignment alone.
What happens if we don't set an expected return date? The checkout stays open indefinitely and can never be marked overdue, since there's no deadline to compare against. Treat the return date as effectively required.
How do we stop the same person from repeatedly returning equipment late? Address it as a pattern, not a single incident: set earlier return dates for that person, require clearer purposes and communication up front, and if it continues, involve their manager. Track Overdue Assets covers the escalation steps in detail.
Can Finance use checkout data without checkout permissions?
Yes — checkout history and reports are readable by any role with assetCheckout:read, which doesn't require the ability to create or return checkouts. This is the right access level for reporting-only users.
Will we get notified automatically before something becomes overdue? Not currently. There's no built-in reminder before or after the expected return date — the checkout is simply marked OVERDUE once the date passes. Build a manual review cadence (see above) until that changes.
Need Help?
If you have questions not covered in this article, our support team is here to help.
Contact Support