DCR Routing using a datapage
Scenario mentioned in the DCR lesson :
Here we’ve chosen the name “AppExtension” for the class housing the extension properties. This class should be in the framework layer. We then create a page property in the framework’s class group of the app extension class. This property is then available to all application layers.The property points to a data page holding the extension values.The value is set for each application. Typically a data transform would be used, which is overridden in each application ruleset. In this case we are using a data transform called AppExtension.
It is shown in the lesson that the data trasform is overridden in the application ruleset. But this is still done in the fw layer class. Is this a good practice to save application layer rules in framework layer ?