Table of Contents

OnBeforeAddIntegrationStep Event

Codeunit Integration Type Mgt.

Raised before an Integration Step is added for an integration type.

This can be used to add additional steps to an existing integration type, or to override the default steps for an integration type by setting IsHandled, or even change the Step or CodeunitId.

Signature

[IntegrationEvent(false, false)]
OnBeforeAddIntegrationStep(IntegrationType: Enum "QWESR IQ Integration Type"; var IQStepOrder: Record "QWESR tIQStepOrder" temporary; var Step: Enum "QWESR IQ Step"; var CodeunitId: Integer; var IsHandled: Boolean)

Parameters

IntegrationType Enum "QWESR IQ Integration Type"

The integration type that the step is added for.

var IQStepOrder Record "QWESR tIQStepOrder" temporary

The record for all steps.

var Step Enum "QWESR IQ Step"

The step id.

var CodeunitId Integer

The Id of the Codeunit processing this step.

var IsHandled Boolean

Should be set to true if the subscriber wants to override the current step. Should be honored if already set. (Handled Pattern)

This documentation is generated from Spider v27.2