The variables below are available for the new registration e-mail out. These template variables can be used in the new registration email subject or email body and will be generated when the email is sent.
The new aircraft email subject and body are defined in the Email Message Settings (Administration), by editing the ‘NewAircraftRegistrationEmailSubject’ and 'NewAircraftRegistrationEmailBody' settings.
Ensure that all variables start and end with a tilde '~' example: ~AircraftTypeIcaoCode~
Variable name |
Description |
Example |
---|---|---|
~AircraftRegistrationID~ |
Technical ID in GUID format. |
1ffed961-288a-4753-be29-27ca75d2fc9a |
~RegistrationCode~ |
Registration code (tail number) of the aircraft. |
GTEST |
~RegistrationDisplayCode~ |
Registration code of the aircraft formatted with or without dash based on the setting 'ShowDashInAircraftRegistrationDisplayCode'. |
G-TEST |
~AircraftSerialNumber~ |
Display the aircraft registrations serial number |
01265 |
~AircraftTypeIataCode~ |
Aircraft type IATA code. |
CNJ |
~AircraftTypeIcaoCode~ |
Aircraft type ICAO code. |
C56X |
~AircraftTypeModelName~ |
Aircraft type model name. |
Citation 560 Excel - C56X |
~AircraftTypeShortName~ |
Aircraft type short name. |
C560XL |
~AircraftTypeModelOrShortName~ |
First tries to find a AircraftTypeModelName, if empty shows AircraftTypeShortName. |
Citation 560 Excel - C56X |
~AircraftTypeDisplayName~ |
Display name of the aircraft type. |
Cessna Citation 560 Excel - C56X (C560XL) |
~MtowKg~ |
MTOW in kilograms of the aircraft type. |
9163 |
~MtowLb~ |
MTOW in pounds of the aircraft type. |
20201 |
~MtowTon~ |
MTOW in tons (rounded up) of the aircraft type. |
10 |
~OperatorNames~ |
Operator full name |
NetJets Transportes Aéreos, S.A. |
~DefaultOperatorDisplayName~ |
Operator display name |
NetJets Transportes Aéreos, S.A. (114290) |
~DefaultOperatorAddress1~ |
'Address 1' field of the operator. |
1 Main Terminal Road |
~DefaultOperatorAddress2~ |
'Address 2' field of the operator. |
Office Complex 2 |
~DefaultOperatorZipCode~ |
'Zipcode' field of the operator. |
SW1A 1AA |
~DefaultOperatorCity~ |
'City' field of the operator. |
London |
~DefaultOperatorState~ |
'State' field of the operator. |
Greater London |
~DefaultOperatorCountryDisplayName~ |
'Country' field of the operator. |
United Kingdom (GB) |
~DebtorNames~ |
Debtor full name |
NetJets Transportes Aéreos, S.A. |
~DefaultDebtorDisplayName~ |
Debtor display name |
NetJets Transportes Aéreos, S.A. (114290) |
~DefaultDebtorAddress1~ |
'Address 1' field of the debtor. |
111 Industrial Ave |
~DefaultDebtorAddress2~ |
'Address 2' field of the debtor. |
Teterboro Airport |
~DefaultDebtorZipCode~ |
'Zipcode' field of the debtor. |
07608 |
~DefaultDebtorCity~ |
'City' field of the debtor. |
Teterboro |
~DefaultDebtorState~ |
'State' field of the debtor. |
New Jersey |
~DefaultDebtorCountryDisplayName~ |
'Country' field of the debtor. |
United States (US) |
~TripSupportNames~ |
Trip support provider's full name |
NetJets Transportes Aéreos, S.A. |
~DefaultTripSupportDisplayName~ |
Trip support provider display name |
NetJets Transportes Aéreos, S.A. (114290) |
~DefaultTripSupportAddress1~ |
'Address 1' field of the trip support. |
111 Industrial Ave |
~DefaultTripSupportAddress2~ |
'Address 2' field of the trip support. |
Teterboro Airport |
~DefaultTripSupportZipCode~ |
'Zipcode' field of the trip support. |
07608 |
~DefaultTripSupportCity~ |
'City' field of the trip support. |
Teterboro |
~DefaultTripSupportState~ |
'State' field of the trip support. |
New Jersey |
~DefaultTripSupportCountryDisplayName~ |
'Country' field of the trip support. |
United States (US) |
~AocNumber~ |
AOC number from the operator. |
G-1234 |
~AocExpireDate~ |
AOC expiration date from the operator. |
01-Jan-99 |
~DebtorAocNumber~ |
AOC number from the debtor. |
G-1234 |
~DebtorAocExpireDate~ |
AOC expiration date from the debtor. |
01-Jan-99 |
~TripSupportAocNumber~ |
AOC number from the trip support. |
G-1234 |
~TripSupportAocExpireDate~ |
AOC expiration date from the trip support. |
01-Jan-99 |
~AircraftRegistrationPageLink~ |
Page link to the aircraft registration details page. |
https://localhost:90/AircraftRegistration.aspx?aircraftregistrationid=22db5ee4-e5a6-4c86-b4ce-4864cf241d4b |
~SeatCount~ |
The most specific number of seats in the aircraft. The number of seats is taken from the 'Default Seats' field under the Aircraft Type. However, if there is a value for 'Specific Seats' set under an Aircraft Registration, then this value will override the type-specific seat count. |
7 |
~SeatCountZeroPadded~ |
Returns the same value as the SeatCount variable (above) but in a 3-digit format. E.g. 5-Seats is displayed as 005 / 15-Seats as 015 / 160-Seats displays as 160. Where the seat count is not available, the variable will render as 00? |
007 |
Comments
0 comments
Please sign in to leave a comment.