Hi All
I am trying to navigate from one component to another.
I created a new component and added this component as a view area in CRMCMP_BPIDENT.
In my new component I have a view with a button called "goto callists". When I click on this I want to navigate to the call list component that is configured as an Item on the navigation bar.
In my do_handle event of the view I call the outbound plug of my new component.
in the component window plug i have the following code
ME->FIRE_OUTBOUND_PLUG( IV_OUTBOUND_PLUG = 'CALL_LIST'
IV_DATA_COLLECTION = lr_Collection ).
I don't know what to put in the outbound plug of the component window to get it to navigate to the call list item on the navigation bar.
Do I have to do some config or some additional code ?
Any help would be greatly appreciated
Thanks