Maximum shipments per route

SCV model is extended to specify vehicle capacity for each transportation method and number of vehicles for each transportation route. Using this information, transportation route capacity is determined as vehicle capacity * number of vehicles.

See CloudSuite SCP platform changes for details.

APSCO integration is extended in line with the SCV changes to determine maximum shipments for each route (that is route capacity) as ‘vehicle capacity * number of vehicles’.

These new model parameters are added:

  • TRANSPORTATION_MEASUREMENT_UNIT: Expected values:
    • Weight: Use item's weight and vehicle's weight capacity to determine the number of items that can fit into one vehicle - Default value.
    • Volume: Use item's volume and vehicle's volume capacity to determine the number of items that can fit into one vehicle.
    • Empty: Use item's shipment unit and vehicle's TU (transport unit) capacity to determine the number of items that can fit into one vehicle.

These views are updated:

  • SP_V_ROUTES
  • SP_V_ROUTES_OUT
  • SP_V_ROUTE_CALENDAR
  • SP_V_ROUTE_OUT_CALENDAR

This feature is enabled after appending the base template (base.zip) and the APSCO template (apsco.zip) for this version. No additional role or privilege is required to access this feature.