Assigning Transportation Schedule Specific to Carrier and Service Level.
Summary:
The business requirement is to assign different transportation schedules for different services under the same carrier.
For example, FedEx has multiple services such as FedEx Ground and FedEx Express. FedEx Express operates on Saturdays and Sundays, whereas FedEx Ground does not.
We need a way to assign separate transportation schedules to each service of the same carrier so that:
FedEx Express shipments can be scheduled for Saturday and Sunday delivery.
FedEx Ground shipments are scheduled for delivery on Monday if they fall over the weekend.
These schedules must be assigned in such a way that GOP can correctly derive the Scheduled Arrival Date based on the selected service.
Tagged:
0