Filters support incremental changes in packages. This feature should be needed for DAL entities as well.
Frequently, the user entity is changed in order to add new attributes. However, we cannot update the standard package or add this to a custom package. This would make upgrading the standard package, where the user entity has changed, very difficult if not impossible.
For this reason, the changes in the user entity are never packaged, and need to be exported/imported via XML.
by: Stefaan V. | over a year ago | Designer
Comments