Basic fields
Text, number, phone, date-time, currency, checkbox, select, and multi-select fields.
Concept deep dive
Schemas are the fields on a collection. They define what each record can store and what workflows can read. Good schema design turns messy operational knowledge into structured signals Teambridge can filter, automate, permission, and report on.
Practical rule
Use schemas to capture the operational facts that decisions depend on: status, owner, role, location, time, amount, eligibility, approval, or relationship.
Use this page when you need to decide:
what to configure, where the data lives, who should see it, and what the next operational action should be.
Operational visualization
Role
LPN, RN, CNA
Location link
Shift to facility
Late count
Attendance rollup
Approval status
Pending to approved
Policy widget
Operator decision
Field model
Which fields must be captured so a policy, view, or workflow can act on the record?
Definition
This is the vocabulary to use when explaining the concept to a scheduler, payroll lead, client manager, or implementation owner.
Basic fields
Text, number, phone, date-time, currency, checkbox, select, and multi-select fields.
Relationship fields
Link to Object fields that connect records across collections.
Computed fields
Formulas and rollups that calculate values from existing data.
Action fields
Buttons and widgets that give operators richer in-record actions.
Permissioned fields
Fields that some groups can view, update, update only from blank, or not access.
Link to Object connects one collection to another. This is one of the most important Teambridge patterns because workforce operations are relational: a shift belongs to a location, a worker has roles, a document has an owner, and a reimbursement belongs to a worker or shift.
Rollups summarize values from linked records. They let an admin see patterns without manually counting. A User can roll up late shifts, no-shows, cancellations, completed tasks, approved reimbursements, or accepted shifts.
Formulas calculate values from fields. Widgets surface richer product experiences inside records, such as policy-driven match lists. Buttons can start actions from the record detail view.
Schema permissions protect sensitive information without blocking useful work. A manager may need to see role and location, but not payroll fields. A facility may update shift details, but not internal configuration.
Example: Do Not Return field
Use this as the implementation checklist: each step should produce a visible record, permission, view, or automation.
Add a Do Not Return field to Users.
Choose Link to Object as the field type.
Link it to the Locations collection.
Set it to multi-select so one worker can have multiple restricted sites.
Create a workflow that removes matching locations from the worker's available locations.
Test that the mobile app no longer shows shifts from restricted locations.