KVSMEDScheduleJournal#
Events#
OnBeforeShowDocument(Record KVSMEDScheduleJnlLine, Boolean) :#
[IntegrationEvent(false, false)]
local procedure OnBeforeShowDocument(ScheduleJnlLine: Record "KVSMEDScheduleJnlLine"; var IsHandled: Boolean):
[EventSubscriber(ObjectType::Page, Page::"KVSMEDScheduleJournal", 'OnBeforeShowDocument', '', false, false)]
local procedure DoSomethingOnBeforeShowDocument(ScheduleJnlLine: Record "KVSMEDScheduleJnlLine"; var IsHandled: Boolean)
begin
end;
OnBeforeLookupCurrentJnlBatchName(Record KVSMEDScheduleJnlLine, Boolean) :#
[IntegrationEvent(false, false)]
local procedure OnBeforeLookupCurrentJnlBatchName(var KVSMEDScheduleJnlLine: Record "KVSMEDScheduleJnlLine"; var IsHandled: Boolean):
[EventSubscriber(ObjectType::Page, Page::"KVSMEDScheduleJournal", 'OnBeforeLookupCurrentJnlBatchName', '', false, false)]
local procedure DoSomethingOnBeforeLookupCurrentJnlBatchName(var KVSMEDScheduleJnlLine: Record "KVSMEDScheduleJnlLine"; var IsHandled: Boolean)
begin
end;
OnAfterLookupCurrentJnlBatchName(Record KVSMEDScheduleJnlLine) :#
[IntegrationEvent(false, false)]
local procedure OnAfterLookupCurrentJnlBatchName(var KVSMEDScheduleJnlLine: Record "KVSMEDScheduleJnlLine"):
[EventSubscriber(ObjectType::Page, Page::"KVSMEDScheduleJournal", 'OnAfterLookupCurrentJnlBatchName', '', false, false)]
local procedure DoSomethingOnAfterLookupCurrentJnlBatchName(var KVSMEDScheduleJnlLine: Record "KVSMEDScheduleJnlLine")
begin
end;