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?
2 Replies
I think you need to provide an option whether you want to register the resource or not
Sorry completly dumb, figured it out right now, that i register both ^^