-
Notifications
You must be signed in to change notification settings - Fork 687
Closed
Closed
Copy link
Labels
SCMGitHub request for SCM areaGitHub request for SCM areaevent-requestRequest for adding an eventRequest for adding an eventships-in-future-updateFix ships in a future updateFix ships in a future update
Description
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;
Internal work item: AB#616361
Metadata
Metadata
Assignees
Labels
SCMGitHub request for SCM areaGitHub request for SCM areaevent-requestRequest for adding an eventRequest for adding an eventships-in-future-updateFix ships in a future updateFix ships in a future update