View Arrival First on Portal Welcome Page
Arrival First on Portal Welcome Page
Arrival First on Portal welcome Page
The default Hudson web reservation
WELCOME PAGE is configured to display DEPARTURES first, or above
the ARRIVALS option. You can change the ARRIVALS/DEPARTURES display
order, on a portal WELCOME PAGE, so that the ARRIVALS option is
displayed first, or above the DEPARTURES option.
Web Version 2.45
and Later
You can easily change the display order of the service fields
(ARRIVAL, DEPARTURE, PTP, HOURLY and VERIFY) in a portal by overriding
the global setting.
The global setting is a token called WELCOME_ORDER. If the WELCOME_ORDER string is blank, the global display order is:
DEPARTURE
ARRIVAL
HOURLY
PTP
TRANSFER
VERIFY
To set the global order to ARRIVAL first, in a situation where you do not support HOURLY, PTP or TRANSFER, you would populate the WELCOME_ORDER string in this way:
ARRIVAL;DEPARTURE;VERIFY
To set the display order in a portal to ARRIVAL first, use the WEB UTILITY/GROUP CONFIGURATION to add the following code to the WEB EDITED OPTIONS field:
PGH=WELCOME_ORDER:ARRIVAL;DEPARTURE;VERIFY
Add the above string after any other codes that might already be in the WEB EDITED PROFILE OPTIONS field. Separate the different codes with a comma. Do NOT use a space after the comma. Spaces are never used in the WEB EDITED PROFILE OPTIONS field.
We suggest that you use the copy/paste function to copy the code from this page and paste it into your GROUP CONFIGURATION.
Web Version 2.44
and Earlier - DO NOT USE IF ON 2.45 OR LATER
Using the WEB UTILITY, just
add this code in the WEB EDITED PROFILE OPTIONS field in the GROUP
CONFIGURATION:
PGH=FORCEGROUPPAGE:GETPW!html/s0urta.html
Add the above string after any other codes that might already be in the WEB EDITED PROFILE OPTIONS field. Separate the different codes with a comma. Do NOT use a space after the comma. Spaces are never used in the WEB EDITED PROFILE OPTIONS field.
We suggest that you use the copy/paste function to copy the code from this page and paste it into your GROUP CONFIGURATION.
