Skip to content

KVSMEDIMDocumentSelectionList#

Procedures#

GetDataFromTable() :#

Summary: Gets data from the IM Document table based on the filters set.

procedure GetDataFromTable(): 

Events#

OnBeforeGetDataFromTable(Record KVSMEDDIIMDocument) :#

Summary: Event raised before getting data from the IM Document table.

[IntegrationEvent(false, false)]
local procedure OnBeforeGetDataFromTable(var KVSMEDDIIMDocument: Record "KVSMEDDIIMDocument"): 
[EventSubscriber(ObjectType::Page, Page::"KVSMEDIMDocumentSelectionList", 'OnBeforeGetDataFromTable', '', false, false)]
local procedure DoSomethingOnBeforeGetDataFromTable(var KVSMEDDIIMDocument: Record "KVSMEDDIIMDocument")
begin
end;

Parameters:

  • KVSMEDDIIMDocument: