Table of Contents

JQ IQ Imp. Exec. No Err

This codeunit is used to schedule an import into the Integration Queue and then processing the imported entries, not stopping on errors.

You must specify which integration to import and process by setting the code of the Integration Setup in the "Parameter String" field on the "Job Queue Entry" record.

The import stops if any error occurs, but the processing of the imported entries continues with the next record if an error occurs.

Object Definition

Object TypeCodeunit
Object ID70314084
Object NameQWESR JQ IQ Imp. Exec. No Err
Table No.Job Queue Entry

Remarks

The field "Process in Order" on the Integration Setup must not be selected for an integration that is used by this function.

Example

Import and Process Integration INT01

"Parameter String" = INT01

Invokes the import function of the integration with Code INT01. After the import is completed, all entries in the Integration Queue with the "Integration Setup Code" INT01 is handled, one by one. If an error occurs when handling a record, the error is logged and the next record is handled.

This documentation is generated from Spider v27.2