How to extend a Resource
I'm trying define a default "UserResource" in my package and want to give the ability to extend this resource and use it with own columns and parameters but keeping the same functionality.
Now i have the problem when i extend my resource i have them two times in the navigation, is there any way to prevent this or should a do a complete new approach and create a Page with Actions instead?
Now i have the problem when i extend my resource i have them two times in the navigation, is there any way to prevent this or should a do a complete new approach and create a Page with Actions instead?