Codeunit 18122367 EOS CWS Event Handler

Codeunit 18122367 EOS CWS Event Handler

Events

OnBeforeDeleteOldGroupEntries

local procedure OnBeforeDeleteOldGroupEntries(Rec: Record "Warehouse Shipment Line"; var GroupEntriesToDelete: Record "EOS CWS Doc. Grouping Entry")

Raised before deleting old grouping entries after deleting warehouse shipment lines.

Parameters / Return Value

  • Rec Record "Warehouse Shipment Line"

    The whse. shipment line that triggered the regroup.

  • GroupEntriesToDelete Record "EOS CWS Doc. Grouping Entry"

    The unused grouping entries.


OnBeforeDeleteGroupEntryOnDeleteWhseShipmentLine

local procedure OnBeforeDeleteGroupEntryOnDeleteWhseShipmentLine(GroupEntry: Record "EOS CWS Doc. Grouping Entry")

Raised before deleting a grouping entry on delete a warehouse shipment line.

Parameters / Return Value

  • GroupEntry Record "EOS CWS Doc. Grouping Entry"

    Group Entry to delete



EOS Labs -