Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

To download above documents:

  • Click on desired document to open it. Then, click on the cloud symbol in the top right corner of your screen to download, save, or print.

  • Click on the video above to see full demonstration.

PNR Acquisition/Sync

Overview

PNR Sync allows for offline bookings to be acquired online.

Benefits and Need to Know

Task

Process / Helpful Hint

Benefit

  • Allows Deem to acquire all offline bookings, making Deem the central location for all bookings.

  • TMC’s can use the same PNR Synchronization set up for all of your sites.

Need to Know

  • It is recommended to establish a process in your mid-office to queue reservation any time a reservation is ticketed, void, refund or cancel, 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, but the same setup is used by the Pre-Trip Approval and Open Expense.

  • If PNR has not being 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?

Configuration

Task

Process / Helpful Hint

Steps to Configure

  • Under the Services tab, Select Travel Agency.

  • Select Agency Settings.

  • Select active setting name.

  • Scroll down to PNR Synchronization Settings and select Add Synchronization Settings.

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

Note:  When synchronizing an offline PNR, the unique identifier is the only element that Deem looks for to synchronize to a travelers account.

  • Select a GDS: Select the appropriate GDS.

  • TA Group: Select the appropriate TA Group (Will not show for Amadeus).

    • ExternalSabreNew for Sabre

    • ExternalApollo for Apollo

    • ExternalGalileo for Galileo

    • ExternalWorldspan for Worldspan

  • Acquisition Queues: 

    • Enter the Pseudo-city where PNRs are to be acquired: Enter the pseudo-city code.

    • Enter the queue where off-line PNRs are placed for acquisition: Enter the first queue to use for off-line PNRs.

    • Enter the Pseudo-city where PNRs are to be processed if different from above: Enter the pseudo-city code to use for processing if different from acquisition pseudo-city.

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

    • 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:

    • Enter the pseudo-city for the queue where PNR’s that fail acquisition are placed, if different from the acquisition pseudo-city: Enter the pseudo-city to use for failed sync requests.

    • Enter the queue (with queue action if appropriate) where off-line PNRs that fail acquisition are placed: Enter the queue to use for failed sync requests.

Note: It is the responsibility of the agency to monitor failed acquisitions.

  • If there is no failure queue configured, the PNR is removed from the queue. If a failure queue is configured, the PNR will be placed in that queue, but no documentation is added.

  • Owner Identification:

    • Select the method used to look up the owner of a PNR: This is set during implementation and there is no need to change it. It is best practice to use a Unique Identifier.

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

  • Hours of Operation: 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 timing here:

  • 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. 

Note: We recommend setting the interval to no more than every 5-15 minutes.

PNR Mapping/Field

Your custom PNR field should have been created for you, during the creation of your Template site. The field will clone over to each site you clone, but you will want to verify that this field is listed under your PNR mapping.

Example:

Note: Below script is written for Sabre, therefore you will need to change formatting to your GDS formatting. You will also need to ensure 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

You will need to ensure the sync ID is also written to the client’s offline profiles. This should have been configured during the setup of your template, but you will want to validate that this field is present.

  • This field will need to move over into all agent booked reservations, to ensure all agent booked reservations sync up to the appropriate account within Deem.

ETSI Example:

  • No labels