Carrier Commit Status
Loads
Carrier Commit Status is "Hard" when any of the following are true:
- Carrier "Hard" Commit flag is True (manually set or asset assignment created).
- Number of Carrier "Hard" Committed Shipment Legs Counter is non-zero.
- Load Operational Status is one of: Tendered, Tender Accepted, Confirming, Picked-Up, In Transit, Stopped (inactive), Completed, Closed.
Carrier Commit Status is "Soft" when all of the following are true:
- Carrier "Hard" Commit flag is False.
- Number of Carrier "Hard" Committed Shipment Legs Counter is zero.
- Load Operational Status is one of: Open, Planned.
- "Soft" Commit flag for the load is True.
Carrier Commit Status is "Suggested" when all of the following are true:
- Carrier "Hard" Commit flag is False.
- Number of Carrier "Hard" Committed Shipment Legs Counter is zero.
- Load Operational Status is one of: Open, Planned.
- "Soft" Commit flag for the load is False.
- Carrier ID is not null.
Carrier Commit Status will be null when none of the situations described above are applicable.
Trips
Carrier Commit Status is "Hard" when the following are true:
- Carrier "Hard" Commit flag is True (manually set or asset assignment created), or Number of Carrier "Hard" Committed Loads Counter is non-zero, or the operational status of the first load on trip is one of: Tendered, Tender Accepted, Confirming, Picked-Up, In Transit, Stopped (inactive), Completed, Closed).
- Carrier ID is not null.
Carrier Commit Status is "Soft" when all of the following are true:
- Carrier "Hard" Commit flag is False.
- Number of Carrier "Hard" Committed Loads Counter is zero.
- The operational status for the first load on trip is one of: Open, Planned.
- Number of Carrier "Soft" Committed Loads Counter is non-zero.
- Carrier ID is not null.
Carrier Commit Status is "Suggested" when all of the following are true:
- Carrier "Hard" Commit flag is False.
- Number of Carrier "Hard" Committed Loads Counter is zero.
- Number of Carrier "Soft" Committed Loads Counter is zero.
- The operational status for the first load on trip is one of: Open, Planned.
- Carrier ID is not null.
Carrier Commit Status will be null when none of the situations described above are applicable.
Bookings
Carrier Commit Status is "Hard" when the following are true:
- Carrier "Hard" Commit flag is True OR Number of Carrier "Hard" Committed Loads Counter is non-zero OR the operational status of the booking is one of: Tendered, Tender Accepted, All Loads Confirmed, All Loads Completed, Closed).
- Carrier ID is not null.
Carrier Commit Status is "Soft" when all of the following are true:
- Carrier "Hard" Commit flag is False.
- Number of Carrier "Hard" Committed Loads Counter is zero.
- The operational status of the booking is one of: Open, Planned.
- Number of Carrier "Soft" Committed Loads Counter is non-zero.
- Carrier ID is not null.
Carrier Commit Status is "Suggested" when all of the following are true:
- Carrier "Hard" Commit flag is False.
- Number of Carrier "Hard" Committed Loads Counter is zero.
- The operational status of the booking is one of: Open, Planned.
- Number of Carrier "Soft" Committed Loads Counter is zero.
- Carrier ID is not null.
Carrier Commit Status will be null when none of the situations described above are applicable.
See Also