Skip to content

[Event Request] codeunit 5802 "Inventory Posting To G/L" OnBeforeBufferInvtPosting #29511

@AdeleStankeviciute

Description

@AdeleStankeviciute

Why do you need this change?

In 4PS Construct we modify some fields in record "Invt. Posting Buffer" before posting

Describe the request

On behalf of 4PS I would like to request adding additional parameter GlobalInvtPostBuf to event OnBeforeBufferInvtPosting

        IsHandled := false;
        OnBeforeBufferInvtPosting(ValueEntry, Result, IsHandled, RunOnlyCheck, CalledFromTestReport, TempGlobalInvtPostingBuffer);
        if IsHandled then
            exit(Result);
    [IntegrationEvent(false, false)]
    local procedure OnBeforeBufferInvtPosting(var ValueEntry: Record "Value Entry"; var Result: Boolean; var IsHandled: Boolean; RunOnlyCheck: Boolean; CalledFromTestReport: Boolean; var GlobalInvtPostBuf: Record "Invt. Posting Buffer")
    begin
    end;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions