Skip to content

[Event Request] Codeunit 90 "Purch.-Post", OnBeforePostLines #29668

@Mariangela-DeMaio-EOS

Description

@Mariangela-DeMaio-EOS

Why do you need this change?

Hi,
i ask to add the global variables "TempWhseRcptHeader" and "TempWhseShptHeader" to the event "OnBeforePostLines" of codeunit 90 "Purch.-Post".

Describe the request

Add "TempWhseRcptHeader" and "TempWhseShptHeader" to the event "OnBeforePostLines" of codeunit 90 "Purch.-Post".

`

  [IntegrationEvent(false, false)]
local procedure OnBeforePostLines(var PurchLine: Record "Purchase Line"; PurchHeader: Record "Purchase Header"; PreviewMode: Boolean; CommitIsSupressed: Boolean; var TempPurchLineGlobal: Record "Purchase Line" temporary; var TempWhseShptHeader: Record "Warehouse Shipment Header" temporary; 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