10
Currently, event subscribers in AL must be statically declared at compile time. This limits the ability to create flexible, configurable extensions that respond to business events dynamically, based on user or admin settings.
We propose enabling a way to dynamically subscribe to events at runtime. This feature would:
- Allow developers to build generic “event handler engines” where users can choose which business events to react to.
- Enable activating/deactivating code blocks or workflows based on user-defined configuration.
- Provide access to event parameters dynamically
STATUS DETAILS
New
Comments
Great.Also dynamics subscription to events for company\user setup may be usefull.
Category: Development