Skip to main content

Tables NOT to Import

The following tables are automatically populated by the system during normal operation. Do not include them in configuration packages.

Transaction/Import Tables​

These tables are filled when AIR booking files are processed:

Table IDTable NamePurpose
51330AIR Import HeaderImported booking header data
51332AIR FlightFlight segment details
51333AIR FareFare/pricing information
51334AIR PassengerPassenger names and contact info
51335AIR TaxTax breakdown per fare
51336AIR HotelHotel booking details
51337AIR Car RentalCar rental booking details
51338AIR Ground TransportGround transport details
51340AIR Hotel RateDaily hotel rates
51341AIR RemarksCustomer reference data from RM lines
51343AIR Ancillary ServiceEMD/add-on services (baggage, seats, etc.)

Log & Audit Tables​

Table IDTable NamePurpose
51365AIR Import LogProcessing log entries (errors, warnings, info)
51306Order Reference WarningWarnings for missing required fields on orders
51322Travel Card Validation ErrorCredit card validation error log

Temporary/Buffer Tables​

These tables exist only in memory during report generation or processing. They have TableType = Temporary and cannot hold persistent data:

Table IDTable NamePurpose
51360Invoice Header BufferInvoice report data preparation
51361Invoice Line BufferInvoice line report data
51362Invoice Flight Details BufferFlight details for invoice report
51363Invoice Hotel Details BufferHotel details for invoice report
51364Invoice VAT BufferVAT summary for invoice report
51366Invoice Ground Transp. BufferGround transport details for invoice report
51367Invoice Car Rental BufferCar rental details for invoice report
51350AIR Pending Segment ViewConsolidated view for pending decisions queue
51351AIR Related Line ViewRelated sales lines view
51352PNR Search ResultPNR/booking search results
51302Travel Card Transaction BufferCredit card processing buffer
51303Travel Card Trans Line BufferCredit card line processing buffer

Status/KPI Table​

Table IDTable NamePurpose
51300Travel Business CueDashboard KPI metrics. 15 of its 16 fields are FlowFields (computed live, never stored); only the Primary Key field is a normal field. There is nothing to import

Deleted Tables​

These tables existed in earlier versions and are gone as of 2026-09-01. They are listed here because older configuration packages and notes still reference them.

Table IDTable NameNote
51851SwedbankXmlBufferThe legacy Swedbank XML payment import module. Removed together with its data
51301AIR Posting SetupSuperseded by AIR Product Posting Setup (51307), which drops Payment Method and Card Type from the key. Existing rows were migrated automatically before the table was deleted
caution

A configuration package that references either table will fail to import. Use the current AIRPRODPOST package for posting setup.

Sales Document Extensions​

The extension adds custom fields to standard sales document tables (Sales Header, Sales Line, Sales Invoice Header, etc.). These fields are populated automatically during order creation and posting. Do not try to import values for these extension fields via config package — they are set by the system:

ExtensionBase TableCustom Fields
Sales Header Ex (51413)Sales HeaderCredit Card Provider/Status, AIR File Type, Form of Payment, etc.
Sales Line Ex (51401)Sales LineTicket Number, Traveller Name, Sequence No, Product Type, Voucher fields, etc.
Sales Invoice Header Ex (51415)Sales Invoice HeaderMirrors Sales Header fields (auto-copied during posting)
Sales Invoice Line Ex (51402)Sales Invoice LineMirrors Sales Line fields (auto-copied during posting)
Sales Shipment Header Ex (51414)Sales Shipment HeaderMirrors Sales Header fields
Sales Shipment Line Ex (51403)Sales Shipment LineMirrors Sales Line fields
Sales Cr.Memo Header Ex (51420)Sales Cr.Memo HeaderMirrors Sales Header fields
Sales Cr.Memo Line Ex (51421)Sales Cr.Memo LineMirrors Sales Line fields
info

The sales document extension fields use identical field IDs across all document types (Header: 51300–51379, Line: 51306–51367). This ensures Business Central's standard posting routines automatically copy the values from order → invoice → shipment → credit memo.