Table of Contents

IQCM Import

This interface must be implemented for all Communication Methods that supports data import.

Object Definition

Object TypeInterface
Object NameQWESR IQCM Import

Procedures

Name Description
CheckImportSettings(): Boolean This function should check if all settings for import is valid.
Delete(Record "QWESR Integration Queue Import"): Boolean This function should delete the remote data (eg. file on file share, ftp etc.).
GetImportRecords(Record "QWESR tIntegrationImport" temporary): Boolean This function should use the current Communication Method to list any files (or data) that can be imported.
Import(Record "QWESR Integration Queue Import"): Boolean This function should import the data into Data blob field in the provided Integration Queue Import record, with data on this record as parameters.
ImportIsSupported(): Boolean This function responds to if the Import Interface is implemented or not.
SetCommunicationMethodCode(Code[20]): Boolean Sets the Communication Method to be used for this instance.
ShowImportRecord(Record "QWESR tIntegrationImport" temporary): Boolean This function is called when a user wants to preview a file.

This documentation is generated from Spider v27.2