SchoolAide
Help Center
Reference
Reference · Updated Mar 27, 2026

Field Reference — Campus Form

1 min read 570 views

Field Reference — Campus Form

This reference covers every field in the Create Campus and Edit Campus forms.

UI Label Backend Variable Type Required Validation Notes
Campus Name name string Yes max:100, unique per tenant e.g., "Main Campus", "Annex"
Code code string Yes max:20, /^[A-Z0-9]+$/, unique per tenant e.g., "MAIN", "ANNEX"
Address address string No max:500 Shown on QR posters
Timezone timezone string Yes Valid PHP timezone identifier Default: Asia/Manila

Timezone Impact

The campus timezone controls:

  • When an office is considered open or closed (schedule check)
  • Timestamps shown to visitors on the queue join and status pages
  • Report date groupings

If your campus is in a different timezone from the server, always configure this correctly before going live.


Was this article helpful?

Let us know so we can improve our documentation.

Related articles