-
Notifications
You must be signed in to change notification settings - Fork 688
Open
Labels
missing-infoThe issue misses information that prevents it from completion.The issue misses information that prevents it from completion.
Description
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;
`
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
missing-infoThe issue misses information that prevents it from completion.The issue misses information that prevents it from completion.