microsoft / ALAppExtensions

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

[EventRequest] codeunit 99000830 Create Reserv. Entry - BalanceLists - OnBalanceListsOnBeforeNextStateError #14031

Closed rolfwirth closed 3 years ago

rolfwirth commented 3 years ago

Could we get this event:

codeunit 99000830 "Create Reserv. Entry"
    procedure BalanceLists()
    begin
        ...
        NextState::Error:
            begin
                IsHandled := false;
                OnBalanceListsOnBeforeNextStateError(NextState, IsHandled);
                if not IsHandled then
                    Error(Text001);
            end;
        ...
    end;

    [IntegrationEvent(false, false)]
    local procedure OnBalanceListsOnBeforeNextStateError(var NextState: Option SetFilter1,SetFilter2,LoosenFilter1,LoosenFilter2,Split,Error,Finish; var IsHandled: Boolean)
    begin
    end;
JesperSchulz commented 3 years 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.