Table of Contents

DirectExecuteBlob Procedure

Codeunit IQ Main

Processes the selected integration.

Overloads

Name Description
DirectExecuteBlob(Codeunit "QWETB Temp Blob"; Code[20]; Text[1000]; Boolean): Integer Processes the selected integration.
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 "QWETB Temp Blob"; Code[20]; Text[1000]; Boolean) Procedure

Processes the selected integration.

Signature

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

Parameters

var TempBlob Codeunit "QWETB 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(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.

Deprecated

This procedure is deprecated and should not be used.

Reason: Use the overload that takes Codeunit "QWETB Temp Blob" instead. It offers better performance.
Deprecated since: 27.0

Signature

[Obsolete('Use the overload that takes Codeunit "QWETB Temp Blob" instead. It offers better performance.', '27.0')]
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 v27.2