GetImportRecords Procedure
This function should use the current Communication Method to list any files (or data) that can be imported.
The following fields are expected to be populated:
- "Communication Method" - The code for this Communication Method
- Path - The path for this file, not including the file name
- "Is a file" - Indicates if this is a file/data/blob or directory/container
- Name - The name for this record
- "Full Path" - The combination of "Path" and "Name" above
- Size - The size of the data
- Created - The timestamp of this file/data/blob
- Date - The date part from the timestamp of this file/data/blob
- Time - The time part from the timestamp of this file/data/blob
Signature
GetImportRecords(var IntegrationImport: Record "QWESR tIntegrationImport" temporary) Handled: Boolean
Parameters
var IntegrationImport
Record "QWESR tIntegrationImport" temporary
The temporary record that should be populated. One record per file (or any data) that will be imported.
Returns
Boolean
true if this method is implemented, otherwise false and an error will be thrown.
This documentation is generated from Spider v27.0