To download above documents:
Click on desired document
Click on cloud symbol in the upper right-hand corner of your screen, this will allow you to download, save and/or print
Click on video above to see full demonstration (Coming soon)
Overview
Pre-trip approval (PTA) is a process put into place to better manage business travel by allowing a trip to be approved or declined before it is ticketed. It offers an automatic method of controlling travel spending by designating travel approvers who can approve or deny a user's travel request.
Benefits, Limitations and Need to Know
Task | Process / Helpful Hint |
Benefit |
|
Limitations |
Example: Offline booking where the policy states - Require approval or notification if travel booked is $200 over the lowest logical fare, or if booking a hotel that is $250 dollars over the lowest hotel rate.
|
Need to Know |
|
Useful Terms |
|
Enabling PTA - Who to Contact
Task | Process / Helpful Hint |
Contact Deem Channel Sales Director |
|
Open Support Ticket | If you have established at the domain level from above steps, you will only need to open a case if the client requires approval from manager within in profile
Note: The Deem Configuration Team must enable Pre-Trip Approval before you deploy within your client’s site
Note: A Deem Support Tickets is not needed if client requires approvals via a default approver/static approver |
Gather information
Task | Process / Helpful Hint |
Approvals or Notifications |
|
Policy |
|
Queues |
|
Configuring Custom PNR and Queues
Task | Process / Helpful Hint |
Custom PNR | Configure pending queue under Custom PNR
|
Queues | Programmed under Agency Configurations
Note: You may see Edit PTA Configuration if previously set up
Note: The first time window is the time in which a reminder email will be sent to the designated approver if they have not taken action. The second time window is the time in which second reminder will be sent to the designated approver if they have not taken action. Tip: The time windows should total less than 24 hours. Declined flights can be automatically canceled within 24 hours of purchase. If the flight is declined within the 24-hour void window, the ticket cost can be fully refunded. Keep in Mind: If the trip has not been approved by the ticketing time line of the airline, the airline will auto cancel the trip.
|
Setting Up Approvals and Notifications (Custom fields)
Task | Process / Helpful Hint |
Creating Custom Field Collection | Configure PTA Policy, which is located under Custom Fields
New Collection
Note: A field will appear on the purchase page allowing the user to enter additional notes to be sent to the approver
|
Creating Custom Fields | Configure Policy within Collection
Note: If the setting for "Send approval email to traveler’s profiled approver" is used, the default approver email value is required. The default approver is ignored unless the traveler doesn't have a profiled approver
Note: Offline-generated or offline-changed PNRs and itineraries with expired approvals are not auto-canceled
|
Use Case JavaScripts |
|
Example Script |
//Alaska and Hawaii
if((UserPnrData.UserSession.AirSearch.FlightLeg[0].DestinationAirportCode=="ANC")|| (UserPnrData.UserSession.AirSearch.FlightLeg[0].DestinationAirportCode=="FAI") || (UserPnrData.UserSession.AirSearch.FlightLeg[0].DestinationAirportCodee=="HOM")|| (UserPnrData.UserSession.AirSearch.FlightLeg[0].DestinationAirportCode=="JNU") || (UserPnrData.UserSession.AirSearch.FlightLeg[0].DestinationAirportCode=="HNL") || (UserPnrData.UserSession.AirSearch.FlightLeg[0].DestinationAirportCode=="KOA") || (UserPnrData.UserSession.AirSearch.FlightLeg[0].DestinationAirportCode=="LIH") || (UserPnrData.UserSession.AirSearch.FlightLeg[0].DestinationAirportCode=="ITO"))
{out.print("true");}else {out.print("false");} |
Add to Custom Field Set | Add PTA Collection to the appropriate Custom Field Set
|
Setting up Permissions
Task | Process / Helpful Hint |
Designating Approver Status Manually |
|
Assigning Manager Manually to Traveler Profile |
|
Upload Approver |
You may need to upload two separate profile uploads to establish approver roll and then a file to assign approver to the user’s account. You may can try to upload all in one file, but please note there have been random issues with one file. Note: Column Header and role is case sensitive What is needed to create upload to establish Approver Role (See attached template)
What is needed to create upload to assign manager to user profile (See attached template)
Note: Ensure that all custom fields, corresponding collections, and custom field sets are created first before uploading profiles containing custom fields. If not, the upload will possibly fail. Please follow the same procedures as you would when uploading the Profile Upload
|
Pre-trip Offline booked PNRs
Task | Process / Helpful Hint |
Steps |
Note: Deem does not have an independent queue for for Pre-Trip Approval
Note: In the event the fare expires, the hotel is within the cancellation policy, or a trip will commence within the first approvers time window, the system will auto approve the trip. This is not a configurable item. |
Pre-trip approval messaging
Task | Process / Helpful Hint |
Pending Approval Message |
|
Reminder Approval Message |
|
Approval Message |
|
Declined Message |
|
Declined Auto Cancel Message |
|
Expired Approval Message |
|
Notification Only Email |
|
Pre-trip Status
Task | Process / Helpful Hint |
Waiting for Approval | Bookings have not been approved or declined and are within the configured amount of time for review |
Trip Declined | Bookings have not been approved or declined and are within the configured amount of time for review |
Canceled | Bookings have been canceled either manually or by the pre-trip approval process if pre-trip approval has been configured to auto-cancel Note: Remember to manually cancel any expired trips if pre-trip approval is not configured to auto-cancel. Although the air ticket is not issued, the trip is not auto canceled and could incur hotel penalties. |
Pending Approval | These trips have been canceled either manually or by the pre-trip approval process if pre-trip approval has been configured to auto-cancel Note: Remember to manually cancel any expired trips if pre-trip approval is not configured to auto-cancel. Although the air ticket is not issued, the trip is not auto canceled and could incur hotel penalties |
Confirmed | Bookings which have been approved by primary or secondary approver and sent to ticketing |
0 Comments