Skip to main content

AIR Commission Code (Table 51304)

The AIR Commission Code table defines commission rates and G/L accounts for vendor commissions. Commissions are typically earned on hotel bookings and car rentals where the travel agency acts as an intermediary.

Page

Accessible via AIR Commission Codes page (search for "AIR Commission Codes" in Business Central). This is typically a small table and can easily be entered manually in the UI.

Field Reference

Field IDField NameData TypeDescription
1CodeCode[10]Unique commission code identifier (e.g., the rate code suffix from the booking)
2DescriptionText[100]Human-readable description of the commission
3Commission %DecimalCommission percentage (0–100). Applied to the booking line's unit price
4Receivable AccountCode[20]G/L Account to debit for commission receivables
5Income AccountCode[20]G/L Account to credit for commission income

How Commissions Work

  1. When an AIR booking is processed, the system checks if the sales line has a Commission Code set
  2. The commission code is looked up in this table to get the percentage
  3. The Commission Amount on the sales line is calculated as: Unit Price × Commission % / 100
  4. When the order is posted, the commission is recorded using the Receivable Account (debit) and Income Account (credit)

Example Configuration

CodeDescriptionCommission %Receivable AccountIncome Account
10ZHotel Commission 10%10.0015103510
15ZHotel Commission 15%15.0015103510
20ZHotel Commission 20%20.0015103510
08ZCar Rental Commission 8%8.0015203520

Config Package Notes

  • Create all commission codes that appear in the customer's booking data
  • Both G/L Account references must exist before importing
  • The Commission % field accepts values from 0 to 100
  • The Code field is limited to 10 characters
tip

Review the customer's existing booking data to identify all commission rate code suffixes in use. Each unique suffix needs a corresponding row in this table.