Skip to main content

Company NOTAMs

Backoffice path: backoffice/company-notams

Available to roles: System Administrator, Administrator

Overview

Company NOTAMs (Notices to Airmen) are operational notices published by administrators to communicate important information to pilots. They can target specific airlines, fleets, aircraft, airports, or airspaces and can require pilot acknowledgement before booking. NOTAMs support scheduling, so notices can be prepared in advance and automatically activate and expire at the configured times.

NOTAM Fields

FieldDescription
TitleA concise headline for the notice.
BodyThe full content of the NOTAM, supporting rich text formatting (bold, italic, lists, headings, links).
Starts AtThe date and time when the NOTAM becomes active.
Ends AtThe date and time when the NOTAM expires.
Is ActiveManual toggle to enable or disable the NOTAM regardless of its scheduled dates.
Requires AcknowledgementWhen enabled, pilots must acknowledge this NOTAM before they can book flights affected by its scope.

Scoping

Each NOTAM can have one or more scopes that define which operations it applies to. A single NOTAM can target multiple scopes simultaneously.

Scope TypeDescription
AirlineApplies to all operations within the specified airline.
FleetApplies to all aircraft within a specific fleet type.
SubfleetApplies to all aircraft within a specific subfleet.
AircraftApplies to a specific individual aircraft.
Airport (Departure)Applies to flights departing from the specified airport.
Airport (Arrival)Applies to flights arriving at the specified airport.
Airport (Any)Applies to flights that either depart from or arrive at the specified airport.
AirspaceApplies to flights transiting a specified airspace or FIR.

Multiple scopes can be added to a single NOTAM. For example, a NOTAM about runway construction at KJFK could be scoped to Airport (Any) = KJFK, while a fleet-wide maintenance bulletin could be scoped to Fleet = B737.

NOTAM Status Lifecycle

NOTAMs progress through the following statuses based on their dates and the active toggle:

StatusCondition
InactiveThe is_active toggle is off, regardless of dates.
ScheduledThe is_active toggle is on, but starts_at is in the future.
ActiveThe is_active toggle is on, the current time is between starts_at and ends_at.
ExpiredThe current time is past ends_at.

Pilot Acknowledgement

When Requires Acknowledgement is enabled on a NOTAM, pilots must explicitly acknowledge they have read and understood the notice before they can book any flight that falls within the NOTAM's scope. This is useful for:

  • Safety-critical operational changes.
  • Temporary procedure modifications.
  • Important weather or airspace advisories.
  • Regulatory compliance notices.

Until a pilot acknowledges the NOTAM, the booking system blocks their attempt and displays the NOTAM content for review.

License-Aware Filtering

NOTAMs are automatically filtered based on the pilot's licenses. If a NOTAM targets a fleet, subfleet, or airport that requires a license the pilot does not hold, the NOTAM is considered irrelevant to that pilot and they will not be required to acknowledge it. This prevents pilots from being blocked by NOTAMs for operations they cannot access.

How it works:

  • Airline, Aircraft, and Airspace scopes always apply to all pilots.
  • Fleet, Subfleet, and Airport scopes are checked against the license_restrictions system. If the entity requires a license and the pilot does not hold it, that scope does not apply to them.
  • A NOTAM is hidden from a pilot only when all of its scopes are irrelevant. If even one scope applies, the pilot still sees the NOTAM.

Soft Delete

Company NOTAMs support soft deletion. When a NOTAM is deleted, it is removed from the active list and no longer visible to pilots, but the record is retained in the database for audit purposes. This ensures historical traceability of all notices that were published.

Activity Log

The NOTAM edit page includes a paginated activity log that records every change to the NOTAM's attributes (title, dates, active status, acknowledgement settings, etc.) with timestamps and the staff member who made the change.

Managing NOTAMs

Staff can perform the following actions:

ActionDescription
CreateDraft a new NOTAM with title, body, dates, scopes, and acknowledgement settings.
EditModify an existing NOTAM's content, dates, scopes, or settings.
Activate/DeactivateToggle the is_active flag to manually control visibility.
DeleteSoft-delete a NOTAM, removing it from the active list while preserving the record.
ViewReview the full NOTAM content, scopes, and acknowledgement status.