Table of Contents

ExecuteIntegration Procedure

Codeunit IQ Main

Processes all steps for all records in the Integration Queue with the provided IntegrationSetupCode.

Signature

ExecuteIntegration(StopWithError: Boolean; IntegrationSetupCode: Code[20]) : Boolean

Parameters

StopWithError Boolean

If true problems throws error, if false this function returns false on error.

IntegrationSetupCode Code[20]

The Code for the integration to process. All records in the Integration Queue are processed if this is blank.

Returns

Boolean

true if processing succeeds, false if it fails.

This documentation is generated from Spider v27.2