View file | ||
---|---|---|
|
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.
Table of Contents |
---|
Benefits and Need to Know
Task | Process / Helpful Hint |
Benefit |
| |
Need to Know |
|
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 |
|
|
|
Click on Setting Name
|
|
|
Note: When |
synchronizing an offline PNR, the unique identifier is the only element that Deem looks for to |
synchronize to a travelers account.
|
|
Note: It is the responsibility of the agency to monitor failed acquisitions.
|
|
|
|
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.
ETSI Example: |