Hey,
I just wanted to extend the component toolbar of ERP_IT with a additional button, so I created a new component ZERP_IT, which inherited from the standard. Furthermore I redefined the prepare_toolbar method to have my extra button.
The view of ERP_IT is used as an assignment block - within a component usage - in ERP_H (overview page). Now I want it to use ZERP_IT instead of ERP_IT, so I also created a new ZERP_H, which inherited from the standard component.
Do you think this approch is best practise or is there a better way to replace one assignment block in a standard overview page by a custom one?
Thanks for advice.
Daniel Kehne