Versions Compared

Key

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

...

Itinerary Type Conditions

Follow these steps: 

  1. Click the radio button for All itineraries or Selected itineraries.
  2. If you choose Selected itineraries, select one or more itinerary guidelines, such as Itineraries with at least one international segment, from the selection box (hold down your CTRL key to select more than one).
  3. All conditions must be met for this queue/delivery option.

** PLEASE NOTE:  Below is a sample script you may use to invoke a queue drop off for a multi-city booking.

//Multi Destination
var md=UserPnrData.TravelType;

if (md=="MultiDest") {out.print("true");}
else {out.print("false");}

 

Vendor Conditions

Follow these steps:

...