Hi experts,
Hope you are all doing good!
This is the first time I'm working with the dynamic navigation. So, I'm just trying to understand how really it works with two custom components.
I've already searched this forum n got some info. But, I'm getting confused with the procedure.
While calling the target component, I see the below code:
lr_window ?= me->view_manager->get_window_controller( ).
lr_window->call_outbound_plug( iv_outbound_plug = 'TOCOMP2' iv_data_collection = lr_data_collection ).
and in another thread, they used:
lr_navigation = cl_crm_ui_navigation_service=>get_instance( ).
CHECK lr_navigation IS BOUND.
lr_navigation->navigate_dynamically( lr_col ).
Can someone help with the difference between these methods? I really need this to understand clearly before proceeding further.
I would really appreciate if someone can provide the generic procedure to achieve this. Thank you a lot.
-Ezhno.