Skip to content

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;