I have orders with mixed line items that require distinct modes of transportation, thus I need OTM to split an order into shipments based on the mode profile of each item.
Therefore, I created an order with two line items. Each item has a COMMODITY ID linked to a MODE PROFILE. One item is linked to a TL mode profile and the other is a BULK mode profile... I expected OTM to be able to split this Order into two shipments, but it fails to plan and gives me the following error:
Unable to create a bundle for order DOMAIN.TEST - SPLIT 2.
Commodities are not compatible with the transport mode.
Has anyone attempted this before? Seems like it should be standard functionality….
Thanks in advance!
Additional information:
ORDER RELEASE
==============
-SPLITTABLE FLAG = TRUE
PARAMENTER SET
==================
-ALLOW DIFFERENT RATE OFFERING FOR SPLIT ORDER = TRUE
-ALLOW DIFFERENT RATE SERVICE FOR SPLIT ORDER = TRUE
-ALLOW SMALL DIRECT ORDERS TO BE SPLITTABLE = TRUE
-LTL SPLIT CAPACITY TYPE = WEIGHT
-CR AGGREGATOR IGNORE COMMODITY = FALSE
Therefore, I created an order with two line items. Each item has a COMMODITY ID linked to a MODE PROFILE. One item is linked to a TL mode profile and the other is a BULK mode profile... I expected OTM to be able to split this Order into two shipments, but it fails to plan and gives me the following error:
Unable to create a bundle for order DOMAIN.TEST - SPLIT 2.
Commodities are not compatible with the transport mode.
Has anyone attempted this before? Seems like it should be standard functionality….
Thanks in advance!
Additional information:
ORDER RELEASE
==============
-SPLITTABLE FLAG = TRUE
PARAMENTER SET
==================
-ALLOW DIFFERENT RATE OFFERING FOR SPLIT ORDER = TRUE
-ALLOW DIFFERENT RATE SERVICE FOR SPLIT ORDER = TRUE
-ALLOW SMALL DIRECT ORDERS TO BE SPLITTABLE = TRUE
-LTL SPLIT CAPACITY TYPE = WEIGHT
-CR AGGREGATOR IGNORE COMMODITY = FALSE
Comment