-
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 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;
`
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.