Describe the issue
The report 7305 "Whse.-Source - Create Document" is calling in the trigger OnPreDataItem() of the dataitem "Whse. Internal Put-away Line" the publisher OnBeforeProcessWhseMovWkshLines("Whse. Put-away Worksheet Line"); The trigger should call a publisher with the "Whse. Internal Put-away Line"
Expected behavior
A publisher is called with the correct table
For example a new publisher
[IntegrationEvent(false, false)]
local procedure OnBeforeProcessWhseInternalPutAwayLine(var WhseInternalPutAwayLine: Record "Whse. Internal Put-away Line")
begin
end;
Steps to reproduce
Additional context
No response
I will provide a fix for a bug
Describe the issue
The report 7305 "Whse.-Source - Create Document" is calling in the trigger OnPreDataItem() of the dataitem "Whse. Internal Put-away Line" the publisher OnBeforeProcessWhseMovWkshLines("Whse. Put-away Worksheet Line"); The trigger should call a publisher with the "Whse. Internal Put-away Line"
Expected behavior
A publisher is called with the correct table
For example a new publisher
[IntegrationEvent(false, false)]
local procedure OnBeforeProcessWhseInternalPutAwayLine(var WhseInternalPutAwayLine: Record "Whse. Internal Put-away Line")
begin
end;
Steps to reproduce
Additional context
No response
I will provide a fix for a bug