Table of Contents

JQ IQ Execute No Err

This codeunit is used to schedule a processing of entries in the Integration Queue, not stopping on errors.

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

The processing of the Integration Queue entries continues with the next record if an error occurs.

Object Definition

Object TypeCodeunit
Object ID70314155
Object NameQWESR JQ IQ Execute 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

Process Integration INT01

"Parameter String" = INT01

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