Skip to content

Codeunit 80 - Sales-Post / 2018 Event missing in Business Central #2548

@NAVRockClimber

Description

@NAVRockClimber

Hi,

I don't know if that happened on purpose but in NAV 2018 there was already an event publisher "OnBeforeItemJnlPostLine" in Codeunit 80. This publisher is missing in BC. Can you please re-add the publisher? The Publisher was called in the function "PostItemJnlLine".

NAV 2018:

OriginalItemJnlLine := ItemJnlLine;
OnBeforeItemJnlPostLine(ItemJnlLine,SalesLine);
ItemJnlPostLine.RunWithCheck(ItemJnlLine);

Publisher Definition:

LOCAL [IntegrationEvent] OnBeforeItemJnlPostLine(VAR ItemJournalLine : Record "Item Journal Line";SalesLine : Record "Sales Line")

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions