Why do you need this change?
Hi Team,
We are unable to implement an integration process that requires all reversal entries to be sent at once, and we cannot achieve this through the existing event OnReverseProdItemLedgerEntryOnAfterProcessItemLedgerEntry() because it loops through individual entries. So, we request you to provide an event in codeunit 99000843 "Undo Prod. Posting Mgmt." on ReverseProdItemLedgerEntry() procedure.
Describe the request
Event
OnReverseProdItemLedgerEntryOnAfterProcessItemLedgerEntries(ItemLedgerEntry);
Event Publisher
[IntegrationEvent(false, false)]
local procedure OnReverseProdItemLedgerEntryOnAfterProcessItemLedgerEntries(var ItemLedgerEntry: Record "Item Ledger Entry")
begin
end;
Note: Please provide the ItemLedgerEntry parameter with reference so we can loop and see the other entries that come into this function.
Describe the request
Request for event publisher.
Internal work item: AB#617043