This workflow transition action sets the flight details for the outbound flight leg and sends movement messages to the debtor, operator, and trip support provider (if they have email addresses and the 'departure notification required' field is set).
Example HandlingDepart Transition Screen:
Configuration
Fields can be made visible/mandatory or not with the following parameters:
-
timeStationTypeVisible (default = true)
- Controls if the fields representing the departure time (ATD), destination station, and outbound flight type fields are shown
-
paxVisible (default = true)
- Indicates if the outbound pax field is visible.
-
paxMandatory (default = true)
- Only applies if paxVisible is true.
-
crewVisible (default = true)
- Indicates if the outbound crew count field is visible.
-
crewMandatory
- The default value follows the application setting IsCrewCountMandatoryUponArrivalAndDeparture.
-
sendMovementMessage (default = true)
- Displays and sends movement messages
-
ShowBaggagePiecesOut (default = false)
- Adds the possibility of specifying the number of baggage pieces
-
parkingVisible (default = true)
- Indicates if parking position field is displayed in the screen.
-
OutboundFlightTypeMandatory (default = true)
- Ensures the Flight type is specified when saving the changes. If the setting is OutboundFlightTypeMandatory=false, the system will accept an empty selection
-
OnOffBlocksMandatory=None;
- (Default) None of the fields are required to have a value. In the arrival screen, the parking section fields are not required.
-
OnOffBlocksMandatory=OnBlocks;
- This setting requires the user to enter an on-block date/time after the aircraft has arrived so that the on-block fields are filled in accurately. This setting pre-fills the current date and clears the time part (if any) so users are required to enter a time.
-
OnOffBlocksMandatory=OffBlocks;
- This setting requires the user to enter the off-block date/time. Before the aircraft departs, both on-block and off-block time fields can be filled in accurately. This setting pre-fills the current date and clears the off-block time (if any) so users are required to enter a time.
-
OnOffBlocksMandatory=Both;
- This setting requires all parking fields to be filled. Before the aircraft departs, both on and off block time fields are required. This setting is expected in the handling depart screen to enforce the on/off block times were entered. This setting would not clear the time parts (if any) were provided during the handling workflow.
Comments
0 comments
Please sign in to leave a comment.