KVSTRDRedSingleShptOrdQtyEvMgt#
Procedures#
KVSTRDOnBeforePostUpdateWhseDocumentsWhsePostShipment(Record Warehouse Shipment Header, Boolean) :#
Obsolete
This Element will be removed or changed with a future Version of the App.
Summary: This event is raised in event OnBeforePostUpdateWhseDocuments of Codeunit "Whse.-Post Shipment" before lines with "Qty. to Ship" = 0 are deleted.
[Obsolete('Event Publisher will only be locally available in the future. You can still subscribe to this event but you can't raise it anymore', '26.5')]
[IntegrationEvent(false, false)]
procedure KVSTRDOnBeforePostUpdateWhseDocumentsWhsePostShipment(var WarehouseShipmentHeader: Record "Warehouse Shipment Header"; var isHandled: Boolean):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSTRDRedSingleShptOrdQtyEvMgt", 'KVSTRDOnBeforePostUpdateWhseDocumentsWhsePostShipment', '', false, false)]
local procedure DoSomethingKVSTRDOnBeforePostUpdateWhseDocumentsWhsePostShipment(var WarehouseShipmentHeader: Record "Warehouse Shipment Header"; var isHandled: Boolean)
begin
end;
Parameters:
WarehouseShipmentHeader: The "Warehouse Shipment Header" record to post.isHandled: A boolean variable that, if set to true, skips the default logic.
Events#
KVSTRDOnBeforePostUpdateWhseDocumentsWhsePostShipment(Record Warehouse Shipment Header, Boolean) :#
Obsolete
This Element will be removed or changed with a future Version of the App.
Summary: This event is raised in event OnBeforePostUpdateWhseDocuments of Codeunit "Whse.-Post Shipment" before lines with "Qty. to Ship" = 0 are deleted.
[Obsolete('Event Publisher will only be locally available in the future. You can still subscribe to this event but you can't raise it anymore', '26.5')]
[IntegrationEvent(false, false)]
procedure KVSTRDOnBeforePostUpdateWhseDocumentsWhsePostShipment(var WarehouseShipmentHeader: Record "Warehouse Shipment Header"; var isHandled: Boolean):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSTRDRedSingleShptOrdQtyEvMgt", 'KVSTRDOnBeforePostUpdateWhseDocumentsWhsePostShipment', '', false, false)]
local procedure DoSomethingKVSTRDOnBeforePostUpdateWhseDocumentsWhsePostShipment(var WarehouseShipmentHeader: Record "Warehouse Shipment Header"; var isHandled: Boolean)
begin
end;
Parameters:
WarehouseShipmentHeader: The "Warehouse Shipment Header" record to post.isHandled: A boolean variable that, if set to true, skips the default logic.