microsoft / ALAppExtensions

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

[Event Request] Edit event OnBeforeSetNoSeries in Codeunit 5988 "Serv-Documents Mgt." #26972

Closed Chris9821-Work closed 2 months ago

Chris9821-Work commented 3 months ago

Describe the request

Hi, I need two additional parameters in this event, the flag Ship and the variable PServHeader

    [IntegrationEvent(false, false)]
    local procedure OnBeforeSetNoSeries(var ServHeader: Record "Service Header" temporary; var PServHeader: Record "Service Header"; Ship: Boolean; Invoice: Boolean; Consume: Boolean; var Result: Boolean; var IsHandled: Boolean)
    begin
    end;

image

Additional context

I need these changes to perform some checks based on the Ship flag and to be able to edit the PServHeader as well Internal work item: AB#544501

JesperSchulz commented 2 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: 23098.