Can we invoke a component from another component on same form?

This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal.

I have a formA with side menu(which is a parent component and this is used in all forms), and I have another component(child component like popup) . On formA When I click on One of the Side-menu item, I should invoke a Child component(popup) on same form. how to achieve that?

Do you mean, on click of a item in Side-menu component, pop up component in same form should be displayed ?

If it is,

  1. Configure event for Side-menu component.
  2. Define event in form scope to display pop up component
  3. on click of a item in Side-menu component, execute event.

Let me know if this helps you.

Regards