Show / Hide Table of Contents

    IQ Main

    Functions to use the Integration Queue functionality.

    Object Definition

    Object TypeCodeunit
    Object ID70314082
    Object NameQWESR IQ Main

    Procedures

    Name Description
    CreateIQ(Code[20]; JsonObject): Integer Creates a new record in the Integration Queue table.
    CreateIQ(Code[20]; Text[1000]; Text[50]; Codeunit "Temp Blob"; Codeunit "Temp Blob"; Integer; DateTime): Integer Creates a new record in the Integration Queue table.
    CreateIQ(Code[20]; Text[1000]; Text[50]; Codeunit "Temp Blob"; DateTime): Integer Creates a new record in the Integration Queue table.
    CreateIQ(Code[20]; Text[1000]; Text[50]; Record "QWETB tTempBlob" temporary; DateTime): Integer Creates a new record in the Integration Queue table.
    CreateIQ(Code[20]; Text[1000]; Text[50]; Record "QWETB tTempBlob" temporary; Record "QWETB tTempBlob" temporary; Integer; DateTime): Integer Creates a new record in the Integration Queue table.
    DirectExecuteBlob(Codeunit "Temp Blob"; Code[20]; Text[1000]; Boolean): Integer Processes the selected integration.
    DirectExecuteBlob(Record "QWETB tTempBlob" temporary; Code[20]; Text[1000]; Boolean): Integer Processes the selected integration.
    DirectExecuteFunction(Code[20]; JsonObject; Codeunit "Temp Blob"; Boolean): Integer Processes the function specified by Communication Method in the provided Integration Setup.
    DirectExecuteFunction(Code[20]; JsonObject; Record "QWETB tTempBlob" temporary; Boolean): Integer Processes the function specified by the Communication Method in the provided Integration Setup.
    ExecuteIntegration(Boolean; Code[20]): Boolean Processes all steps for all records in the Integration Queue with the provided IntegrationSetupCode.
    ExecuteOneLine(Record "QWESR Integration Queue") Processes all steps for the selected Integration Queue record.
    GetNextEntryNoInAdvance(): Integer Gets the next Entry No that will be used when the next Integration Queue record is inserted with CreateIQ().
    ImportData(Boolean; Code[20]): Boolean Imports all data (files) for the selected Integration.
    SetNextStep(Record "QWESR Integration Queue") Sets the next step for the provided record. This step is calculated depending of the Integration Type.

    This documentation is generated from Spider v26.0.242160.0

    Back to top Copyright © 2020 SmartApps
    Generated by DocFX