Who would benefit? |
|
What impact would it make? |
|
How should it work? |
|
Why is it needed? |
|
Additional feedback, background or context:
Enables event-driven processing, eliminating reliance on scheduled intervals.
Supports ServerExtensions and InboundDataExtensions, allowing them to trigger processes efficiently instead of handling them immediately.
Reduces implementation complexity by removing the need for periodic checks.
Additional Feature Request: When triggered inside a ServerExtension, the updated fields should be accessible, allowing developers to determine exactly what changed instead of handling the entire entity blindly.