Hi,
I have a component A which use a component B.
Is it possible to get the component usage name in the component B?
I found it in the component B by debugging, but I found no method to get it.
The problem is that I can't pass it manually through component B, because I need the name in the wddoinit of component B.
I can export the name to memory before i add the component usage and import it in the wddoinit of B, but I would not prefer.
Any ideas?
Thanks
Florian