microsoft / ALAppExtensions

Repository for collaboration on Microsoft AL application add-on and localization extensions for Microsoft Dynamics 365 Business Central.
MIT License
773 stars 610 forks source link

[Event Request] codeunit 99000854 "Inventory Profile Offsetting" - OnAfterCommitTracking #26744

Closed Duizy1971 closed 3 months ago

Duizy1971 commented 3 months ago

Describe the request

local procedure CommitTracking()
....
        TempTrkgReservEntry.Delete();
    until TempTrkgReservEntry.Next() = 0;
    Clear(TempTrkgReservEntry);

    OnAfterCommitTracking(TempItemTrkgEntry);
end;

[IntegrationEvent(false, false)]
local procedure OnAfterCommitTracking(var TempItemTrkgEntry: Record "Reservation Entry" temporary)
begin
end;

Additional context

Using the MRP in requisition or planning worksheet creates havoc in the T337 reservation entry table when it concerns item tracking. Many times item tracking lines just get deleted when running a MRP. This is especially with Prod. Order Component related item tracking lines. We want to be able to use telemetry to find out which specific type of item tracking lines are not getting back into T337 and maybe find a problem area in codeunit 99000854. Internal work item: AB#539665

JesperSchulz commented 3 months ago

Thanks for reporting this. We agree, and we’ll publish a fix asap, either in an update for the current version or in the next major release. Please do not reply to this, as we do not monitor closed issues. If you have follow-up questions or requests, please create a new issue where you reference this one.

Build ID: 21464.