What could be the reason why BeforeProcessChange & AfterProcessChange are not called by RO/DA?
I have C# .NET code with a framework to trigger business rules
This works fine for all the daschemas in a certain RO service
I now created a second service and the AfterProcessDelta function which I also hook triggers as expected but nothing triggers BeforeProcessChange & AfterProcessChange
What are the requirements for this to trigger?
I create the BusinessProcessor objects programmatically
I pass an IContainer member data of the service (named components) in the constructor of the BP and I set the ReferencedDataTable property