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;