Show / Hide Table of Contents

    JQ IQ Imp. Exec. No Err

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

    You must specify which integration to import and execute 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 execution 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 "Execute in Order" on the Integration Setup must not be selected for an integration that is used by this function.

    Example

    Import and Execute 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 v21.1.79758.0

    Back to top Copyright © 2020 SmartApps
    Generated by DocFX