OnPostAdhocRegistration_OnAfterPostToteShipping

Use this event to

Perform action after Tote shipping.When the Shipment has been posted, this event is triggered.


Template

    [EventSubscriber(ObjectType::CodeunitCodeunit::"MOB WMS Adhoc Registr.", 'OnPostAdhocRegistration_OnAfterPostToteShipping''', true, true)]
    local procedure OnPostAdhocRegistration_OnAfterPostToteShipping(_WhseShipmentLine: Record "Warehouse Shipment Line"; var _RequestValues: Record "MOB NS Request Element"; var _SuccessMessage: Text)
    begin
    end;


More examples


Version History

Version

Changes

MOB5.23Introduced