Hello everyone. This is my first post.
I have custom components that I woud like to “ADD” to other custom components. I know that I could just use createObject() but the problem with that method is that it creates another instance of the component. I need to add a reference of a component to a dynamic number of other components to reduce the process expense. Is there anything out there that would allow me to do this?