Show / Hide Table of Contents

    JQ IQ Import and Execute

    This codeunit is used to schedule an import into the Integration Queue and then an execution of the imported entries.

    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 and execution stops if any error occurs.

    Object Definition

    Object TypeCodeunit
    Object ID70314085
    Object NameQWESR JQ IQ Import and Execute
    Table No.Job Queue Entry

    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.

    This documentation is generated from Spider v21.1.79758.0

    Back to top Copyright © 2020 SmartApps
    Generated by DocFX