Skip to content

[Event Request] Codeunit 99000843 "Undo Prod. Posting Mgmt." OnReverseProdItemLedgerEntryOnAfterProcessItemLedgerEntries #29544

@Rambabu-Billuri

Description

@Rambabu-Billuri

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);

Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    SCMGitHub request for SCM areaevent-requestRequest for adding an event

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions