Show / Hide Table of Contents

    JQ IQ Import and Execute

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

    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 and processing 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 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.

    This documentation is generated from Spider v27.0

    Back to top Copyright © 2020 SmartApps
    Generated by DocFX