...
The List and Set structure is used throughout the Deem Dashboard.
Using travel policy as an example, a List could be the policy set up for the general population of travelers. A second list could be the policy set up for VIP travelers and so on.
A Set is a holder, or a “bucket”, into which related lists can be placed. Continuing with the travel policy example, the two lists mentioned (general population travelers and VIP travelers) could be placed in a Set titled Domestic Travelers. If travel policies were then created for internationally based travelers, a set could be created to hold those lists.
Once details have been defined (the list), add them to the holder (set) for use when configuring travel policy. In the dashboard a link for Lists and Sets will be seen under many of the Services functions.
Adding or Changing a Queue/Delivery Option
...
- After clicking the Services tab and clicking Travel, click the Services | Travel page appears. Click the Agency Configuration link. The Services | Agency Configuration page appears.
- Click the Queue/Delivery Options link. The Services | Queue/Delivery Options page appears.
- Click the Queue/Delivery Options link on the Services | Queue/Delivery Options page. The Services | Queue / Delivery Options page appears with a list of option settings.
- Click the name link for the option settings to be changed, or click the Add a New Queue/Delivery Option link to add a new setting. The Services | Edit Queue/Delivery Options or Services | Add Queue/Delivery Options page appears:
- Enter a name in the Record name field for the option settings, and select either New, Change, Cancel, or Tentative as the Record type. Choosing New creates a new setting.
...
//Multi Destination
var md=UserPnrData.TravelType;
if (md=="MultiDest") {out.print("true");}
else {out.print("false");}
...
Vendor Conditions
Follow these steps:
...
Note: To commit all of your changes after saving them, click the changes not applied link at the top of the page. The Commit Changes page appears. Click the Commit button.