Codeunit 18126082 EOS045 Filter Event Handler

Codeunit 18126082 EOS045 Filter Event Handler

Events

OnBeforeProcedureTelemetry

local procedure OnBeforeProcedureTelemetry(SubscriberName: Text[50])

Parameters / Return Value

  • SubscriberName Text[50]

OnAfterProcedureTelemetry

local procedure OnAfterProcedureTelemetry(SubscriberName: Text[50])

Parameters / Return Value

  • SubscriberName Text[50]

OnBeforeDimensionLookup

local procedure OnBeforeDimensionLookup(CalledFromRecord: Variant; FieldNumber: Integer; var ShortcutDimCode: Code[20]; var IsHandled: Boolean)

Raised before executing the code that filters and then opens the standard lookup page.

Parameters / Return Value

  • CalledFromRecord Variant

    The record whose shortcut dimension we’re looking up.

  • FieldNumber Integer

    The number of the shortcut dimension we’re looking up.

  • ShortcutDimCode Code[20]

    The shortcut dimension code.

  • IsHandled Boolean

    Set this to true to skip the app’s logic and use your custom lookup.



EOS Labs -