Table of Contents

OnBeforeQueueFunction Event

Codeunit Queue Events

Raised when a function is queued, once for each function being queued.

This event can be used to modify the parameters before they are saved in the queue.

Signature

[IntegrationEvent(false, false)]
OnBeforeQueueFunction(Type: Enum "QWEEG Function Type"; Number: Integer; FunctionSetup: Record "QWEEG Function Setup"; var Parameters: Codeunit "QWETB Temp Blob")

Parameters

Type Enum "QWEEG Function Type"

The type of the function being queued.

Number Integer

The number of the function being queued.

FunctionSetup Record "QWEEG Function Setup"

The Function being queued.

var Parameters Codeunit "QWETB Temp Blob"

Any parameters that will be used when queueing.

Remarks

Use the Type and Number parameters to determine if this event should be handled.

This documentation is generated from Eagle v27.6