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 Change Request] Codeunit 22 "Item Jnl.-Post Line" - Event OnAfterIsPostToGL #26720

Closed Medson99 closed 3 months ago

Medson99 commented 3 months ago

Describe the request

I would like add PostToGL added to the following event.

Orginal:

[IntegrationEvent(false, false)]
local procedure OnAfterIsPostToGL(ValueEntry: Record "Value Entry"; var Result: Boolean)
begin
end;

Change:

[IntegrationEvent(false, false)]
local procedure OnAfterIsPostToGL(ValueEntry: Record "Value Entry"; PostToGL: Boolean; var Result: Boolean)
begin
end;

Additional context

We need to add additional parameter to allow post to GL, but we need use standard PostToGL param, as in current check Internal work item: AB#539237

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: 21509.