Show / Hide Table of Contents

    DirectExecuteBlob Procedure

    Codeunit IQ Main

    Processes the selected integration.

    Overloads

    Name Description
    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.

    DirectExecuteBlob(Codeunit "Temp Blob"; Code[20]; Text[1000]; Boolean) Procedure

    Processes the selected integration.

    Signature

    DirectExecuteBlob(var TempBlob: Codeunit "Temp Blob"; IntegrationSetupCode: Code[20]; Name: Text[1000]; SuppressCommit: Boolean) EntryNo: Integer
    

    Parameters

    var TempBlob Codeunit "Temp Blob"

    The data for this integration.

    IntegrationSetupCode Code[20]

    The setup code for the integration.

    Name Text[1000]

    The name for the record.

    SuppressCommit Boolean

    If true there will be no commits called inside this function.

    Returns

    Integer

    The Entry No. for the created record.

    DirectExecuteBlob(Record "QWETB tTempBlob" temporary; Code[20]; Text[1000]; Boolean) Procedure

    Processes the selected integration.

    Signature

    DirectExecuteBlob(var TempBlob: Record "QWETB tTempBlob" temporary; IntegrationSetupCode: Code[20]; Name: Text[1000]; SuppressCommit: Boolean) EntryNo: Integer
    

    Parameters

    var TempBlob Record "QWETB tTempBlob" temporary

    The data for this integration.

    IntegrationSetupCode Code[20]

    The setup code for the integration.

    Name Text[1000]

    The name for the record.

    SuppressCommit Boolean

    If true there will be no commits called inside this function.

    Returns

    Integer

    The Entry No. for the created record.

    This documentation is generated from Spider v26.0.242160.0

    Back to top Copyright © 2020 SmartApps
    Generated by DocFX