Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

View file
namePNR Acquisition_Synch .pdf

To download above documents:
Click on desired document
Click on the cloud symbol in the upper right hand corner of your screen, this will allow you to download, save and or print.

Overview

PNR Sync allows for offline bookings to be acquired online.

Table of Contents

Benefits and Need to Know

...

Task

...

Process / Helpful Hint

...

Benefit

...

  • Central location for all bookings

...

Need to Know

...

On this page:

Table of Contents
maxLevel6
minLevel1
include
outlinefalse
indent
exclude
stylenone
typelist
printablefalse
class

Overview

PNR Synchronization gets offline bookings so that Deem is the central location for all bookings. PNR Synch enables a travel agency to fulfill offline travel bookings for a user by synchronizing the Deem profile data with the travel agency’s GDS. PNR Synch requires a third-party interface partner. TMCs can use the same PNR Synchronization set up for all of their sites.

Need to know

  • It is recommended to establish a process in your mid-office to queue reservation any time a reservation is ticketed, voided, refunded, or canceled, and or train the agent team to queue the reservation to the PNR acquisition queue.

  • PNR Synchronization set up is not only used to sync offline bookings and changes to Deem. This set up is also used by Pre-Trip Approval and Open Expense.

  • You to not have to enable PNR Synchronization on every site. A TMC can create a special PNR Synch site. If they have a single PCC, they can use a single PNR Synch queue for all sites and the unique identifier will match the booking to the appropriate traveler on the appropriate site.

  • If a PNR is not acquired online, check the following:

    • Is the Sync ID listed in the PNR?

    • Was reservation queued to the PNR acquisition/sync queue?

      • If sent to the queue, has it been picked up and processed?

      • Did the reservation fall to the failure queue?

...

Tip: When an error occurs during PNR synchronization, a passive segment can be created if passive segments are enabled (described in the next section).

...

Note:  If a PNR is in the queue and it does not belong to a Deem user,  the PNR is simply removed from the queue (QR) and no additional action is taken

Let’s Get Started

Configuration

...

Task

...

Process / Helpful Hint

...

Steps to Configure
  • Under the Services tab, click on Travel Agency

...

  • Click on Agency Settings

...

  • Click on Setting Name

...

  • Scroll down to PNR Synchronization Settings

  • Click Add Synchronization Settings 

...

Acquire off-line PNRs: Click on the checkbox to acquire off-line PNRs

...

Configure PNR Synch

  1. From the partner dashboard home page, select the Settings link for the site you want to modify.

  2. From the top menu, select the Services tab.

  3. Select the Travel Agency link in the Travel list.

  4. Select Agency Settings.

  5. Select the name link of an active settings.

  6. Scroll down the the PNR Configuration section within the Agency Configuration Settings section.

  7. Select Add Synchronization Settings.

    PNRSynch.pngImage Added
  8. Select Acquire off-line PNRs.
    Note: When synchronizing an offline PNR, the unique identifier is the only element that Deem looks for to

...

  1. synchronize to a

...

  1. traveler's account.

  2. Select

...

TA Group: Click on appropriate GDS

...

  1. the appropriate GDS.

  2. Select the TA Group (will not show for Amadeus).

    • ExternalApollo for Apollo

    • ExternalGalileo for Galileo

    • ExternalSabreNew for Sabre

    • ExternalWorldspan for Worldspan

...

  1. Enter the

...

  1. pseudo city

...

  1. from which PNRs are to be acquired

...

  1. .

  2. Enter the

...

  1. first queue to use for

...

  1. offline PNRs

...

  1. .

  2. Enter the pseudo-city code to use for processing if different from acquisition pseudo-city.

  3. Enter the first

...

Enter the second queue where off-line PNRs are to be processed: Enter the second queue to use for off-line PNR processing

Acquisition Failure Queue:

...

  1. and second queue to use for offline PNR processing.

  2. Enter the pseudo city for the queue where

...

  1. PNRs that fail acquisition

...

  1. should be placed, if different from the acquisition

...

  1. PCC.

  2. Enter the queue

...

  1. number for failed acquisition PNRs.
    Important: It is the agency’s responsibility

...

  1. to monitor failed acquisitions

...

  1. . If there is no failure queue configured, the PNR is removed from the queue.

...

  1. If a failure queue is configured, the PNR will be placed

...

  1. in that queue, but no documentation is added.

Owner Identification:

...

  1. The owner identification method is set during implementation and there is no need to change it. It is

...

  1. best practice to use a Unique Identifier

...

Enter prefatory remarks that precede the traveler’s owner identifier in the PNR

...

  1. . Depending on which method is selected, you can add prefatory remarks.

  2. Deem scripts run every hour on the half hour. If scripts are to run more or less frequently, or at a different time, configure the

...

Select the hours of operation for this PNR synchronization configuration: Select Always On or Specific Hours and then set the hours of operation

Select how frequently PNR synchronization should be attempted: Select the frequency to use for synchronization. 

...

  1. interval.
    Note: We recommend setting the interval to no more than every

...

  1. 5-15 minutes.

...

  1. Save your changes.

...

Example PNR Synch settings

...

Verify custom PNR field

Your custom PNR field should have been created for you

...

during the creation of your

...

template site. The field will

...

copy over to each site you clone, but you will want to verify that this field is listed under your PNR mapping

...

  • Example:

...

.

  1. Select the Services tab at the top of the page.

  2. Select Travel Agency.

  3. Select Custom PNR.

  4. Select the name of a custom PNR configuration.

Example

...

Note:

...

The script below is written for Sabre

...

. Modify as needed for your GDS

...

.

...

Also ensure that you are writing the field

...

in the correct location of the PNR for your TMC.

Script

...

//UNIQUE ID

if(

(UserPnrData.DataType == "new"||UserPnrData.DataType == "hold")

)

{out.print("5R$synch-" + UserPnrData.User.UserExternalIdSet.ReardenPNRSyncID);}

...

...

Profile Mapping/ETSI

...

Verify profile mapping/ETSI

Note: Profile mapping is done in the third-party’s interface, not in the partner dashboard. The example below shows ETSI’s interface for Profile mapping.

Ensure that the sync ID is also written to the client’s offline profiles.

...

This settings should have been configured during the setup of your template, but you will want to validate that this field is present.

...

This field

...

needs to move over into all agent booked reservations

...

to ensure that all agent-booked reservations sync up to the appropriate account within

...

Deem.

ETSI Example

...

Enterprise Travel Systems, Inc., (ETSI) is Deem’s profile synchronization interface partner. Other third-party interfaces may be different.

...