Codeunit 18126082 EOS045 Filter Event Handler
Codeunit 18126082 EOS045 Filter Event Handler
Events
OnBeforeProcedureTelemetry
Obsolete
Pending: No longer used (25.0)local procedure OnBeforeProcedureTelemetry(SubscriberName: Text[50])
Parameters / Return Value
- SubscriberName Text[50]
OnAfterProcedureTelemetry
Obsolete
Pending: No longer used (25.0)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. 
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
EOS Labs -