Mike Fechner
267 posts
Registered:
14 Sep 2016
Answered
28 Oct 2020
Link to this post
Hi Roger, a plugin is the way to go.
Those typically react on the various events of the Business Entity Designer.
The BusinessEntityDatasetController reference is passed to the startup method of a plugin. And based on that reference, you can subscribe those events:
poController:AfterGenerateSource:Subscribe (AfterGenerateSourceHandler) .
poController:AfterRegenerateSource:Subscribe (AfterGenerateSourceHandler) .