Change delivery status

Hi!

I want to be able to change delivery status from Error to Delivered in Litium backoffice, how can I do that?

I tried with
stateMachine.AddStateTransition(error, delivered);
and
stateMachine.AddStateTransition(error, delivered, (deliveryCarrier, startState, endState, token) => { return true; }, true);
but status Delivered does not show up in dropdown for changing status on a delivery.

What am I missing here?

Litium version: 7.3.1-patch-1911150957

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.