Skip to content

[Event Request] Codeunit 80 "Sales-Post", OnBeforePostLines #29669

@Mariangela-DeMaio-EOS

Description

@Mariangela-DeMaio-EOS

Why do you need this change?

Hi,
i ask to add the global variable "TempWhseRcptHeader" to the event "OnBeforePostLines" of codeunit 80 "Sales-Post".

Describe the request

Add "TempWhseRcptHeader" to the event "OnBeforePostLines" of codeunit 80 "Sales-Post".

`

[IntegrationEvent(false, false)]
local procedure OnBeforePostLines(var SalesLine: Record "Sales Line"; SalesHeader: Record "Sales Header"; CommitIsSuppressed: Boolean;   PreviewMode: Boolean; var TempWhseShptHeader: Record "Warehouse Shipment Header" temporary; var ItemJnlPostLine: Codeunit "Item Jnl.-Post Line"; var TempWhseRcptHeader: Record "Warehouse Receipt Header" temporary)
begin
end;

`

Metadata

Metadata

Assignees

No one assigned

    Labels

    missing-infoThe issue misses information that prevents it from completion.

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions