ShowImportRecord Procedure
This function is called when a user wants to preview a file.
This function should download the data to the user. Tip: Use FileManagement.BLOBExport().
Signature
ShowImportRecord(var IntegrationImport: Record "QWESR tIntegrationImport" temporary) Handled: Boolean
Parameters
var IntegrationImport
Record "QWESR tIntegrationImport" temporary
The temporary record that data should be shown for. The fields Path, Name or "Full Path" should contain the information needed to download the data.
Returns
Boolean
true if this method is implemented, otherwise false and an error will be thrown.
This documentation is generated from Spider v27.0