Skip to content

KVSTRDBMECatImport#

Procedures#

KVSTRDOnBeforeUploadIntoStream(XmlDocument, Boolean) :#

Obsolete

This Element will be removed or changed with a future Version of the App.

Summary: This event is raised before the xml document is uploaded into a stream in the OnRun-Trigger.

[Obsolete('Event Publisher will only be locally available in the future. You can still subscribe to this event but you can't raise it anymore', '26.5')]
[IntegrationEvent(false, false)]
procedure KVSTRDOnBeforeUploadIntoStream(var XMLDocumentImport: XmlDocument; var isHandled: Boolean): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSTRDBMECatImport", 'KVSTRDOnBeforeUploadIntoStream', '', false, false)]
local procedure DoSomethingKVSTRDOnBeforeUploadIntoStream(var XMLDocumentImport: XmlDocument; var isHandled: Boolean)
begin
end;

Parameters:

  • XMLDocumentImport: The XmlDocument variable.
  • isHandled: By setting this parameter to True, the upload can be overridden with own code. Otherwise the standard code is executed.

Events#

KVSTRDOnBeforeUploadIntoStream(XmlDocument, Boolean) :#

Obsolete

This Element will be removed or changed with a future Version of the App.

Summary: This event is raised before the xml document is uploaded into a stream in the OnRun-Trigger.

[Obsolete('Event Publisher will only be locally available in the future. You can still subscribe to this event but you can't raise it anymore', '26.5')]
[IntegrationEvent(false, false)]
procedure KVSTRDOnBeforeUploadIntoStream(var XMLDocumentImport: XmlDocument; var isHandled: Boolean): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSTRDBMECatImport", 'KVSTRDOnBeforeUploadIntoStream', '', false, false)]
local procedure DoSomethingKVSTRDOnBeforeUploadIntoStream(var XMLDocumentImport: XmlDocument; var isHandled: Boolean)
begin
end;

Parameters:

  • XMLDocumentImport: The XmlDocument variable.
  • isHandled: By setting this parameter to True, the upload can be overridden with own code. Otherwise the standard code is executed.