Skip Navigation

Digital Connect Check-In 21.01 Release Notes

Release Identification

Release Version Type (Version, Update, or Patch) Date Approved by Description of Change
21.01 Version 26 January 2021

Grzegorz Kurek,

Rafal Holub

Software updated

Features

Digital Connect Check-In introduces new features and enhancements in the following areas:

Defects

The following Digital Connect Check-In defects have been fixed for this release.

The following sections explain more details about the new items.

 

Passenger Search by Form Of Identification (FOID)

Sometimes the given criteria do not return any results when looking for a reservation, especially when the criteria are very restricted (e.g. FOID). It forces the customer to provide less rigorous criteria that gives more chances to find the reservation. To avoid multiple calls to the /dcci/passenger/details service with different criteria, Digital Connect Check-In introduces a possibility to include alternate search criteria in the request message.

Prerequisites

None

Limitations

None

Configuration

None

Alternate Search Criteria in the /dcci/passenger/details Service

The /dcci/passenger/details service allows to search for the passenger's reservation using multiple criteria. However, using too many criteria or making a typo in one of them might return no search results.

Therefore, Digital Connect Check-In introduces a functionality of 'alternate search' when the first-choice criteria do not find any reservation. In such case the 'alternate criterions' are used.

Prerequisites

None

Limitations

None

Configuration

None


Supporting Seat Assignment for No Rec Passengers

Agents need a possibility to select the seat for Passengers who do not have their Virtual Coupon Record (VCR) by retrieving the seat map and selecting one of the seats.

Since VCR is needed to correctly calculate charges for the seat, Digital Connect Check-In introduces the possibility to bypass such requirement and return just a seat map with availability to assign the selected seat in such case.

Prerequisites

None

Limitations

None

Configuration

Property Name Description Example
Value
Data
Type
s4ci.feature.seats.forceSsci.enabled Forces SSCI FlightSeatMap as a seatmap
source when the paid seats are turned on,
but a Passenger does not have VCR.
Default value: false
false Boolean

Retrieving Seat Map for Passengers without VCR

When retrieving a seat map with chargeable seats the correct prices for Passengers need to be calculated. VCR, as one of the factors, determines the price providing the context of the journey. Unfortunately, Airport Agents must process Passengers without VCR very often. It might happen for numerous reasons e.g., when there is No Rec Passenger which means a Passenger with booking confirmation which cannot be found on the passenger's list.

To  support such cases Digital Connect Check-In introduces retrieving seat map for such Passengers without any details about the charges (similar to IATCI/3PGH case).

Prerequisites

None

Limitations

None

Configuration

None


Returning Passenger's Name Association ID

Digital Connect Check-In returns an information about the passenger's name association ID in the /dcci/passenger/details response.

This information is used by different systems and is required by Digital Connect Check-In customers when preparing the operations that use other Sabre services or matching Passengers from different systems.

Prerequisites

None

Limitations

None

Configuration

Property Name Description Example
Value
Data
Type
s4ci.feature.passengerDetails.pnrNameAssociationId.enabled When set to 'true', the PNR name association ID is
returned in the Passenger level.
Default value: false
false Boolean

'Present Credit Card' Eligibility Returned for Incorrect Passenger

Customer Tracking #:

N/A

Sabre Tracking #:

CSSDC-1799

Description:

The POST /dcci/passenger/details service did not return BOARDING_PASS_INHIBITED_CREDIT_CARD_VALIDATION_REQUIRED eligibility for an infant despite of the fact that the SSCI /passenger/details service returned the edit codes (CCVI and CCIP) for the related adult.

Resolution:

The edit codes have been changed from CCVI and CCNP to CCVI and CCIP for appearing BOARDING_PASS_INHIBITED_CREDIT_CARD_VALIDATION_REQUIRED eligibility for an infant.

Programs/Modules Affected:

/dcci/passenger/details


"Enhanced EMD Reprint Error - INVALID-ASSIGN TICKET PRINTER-1748" Message

Customer Tracking #:

05273872

Sabre Tracking #:

CSSDC-1793

Description:

The POST /dcci/printers/assign was not able to assign the printer using only the stock and LNIATA data, and without a station number.

Resolution:

The POST /dcci/printers/assign can now assign the printer using only the stock and LNIATA data.
The following are the supported cases of assigning a printer:

  • with the stock and LNIATA data
  • with the stock data
  • with the stock and station data
  • with the stock, LNIATA and station data

Programs/Modules Affected:

/dcci/printers/assign


AACI not Calculating Bag to Final Destination for a Stopover

Customer Tracking #:

N/A

Sabre Tracking #:

CSSDC-1803

Description:

The POST /dcci/baggage/price service returned BaggagePricing with BaggageCharge items basing only on the first BaggageItineraryPortion from ANCS CalculateBagFees.

Resolution:

The POST /dcci/baggage/price service returns BaggagePricing with BaggageCharge items basing on all BaggageItineraryPortion items.

Programs/Modules Affected:

/dcci/baggage/price