Hi All,
I have a custom component -> View Set -> many tabliw views tagged to the View Set.
Views in the Custom compoennt need to be visible in the fact Sheet from Account screen.
I have added the Main window of the Custom component ( into which the viewset containing all the req. views are included ) into the Component Interface.
This Main Window + Inbound plug of the main Window is tagged into the compoennt BSP_DLC_FS .
and configured the factsheet for the required Business Roles in BSP WD Workbench.
(Standard Fact Sheet ‘BP_ACCOUNT_FS’. )
the issue is how to passing the data to the Custom component -> views.
I havent added custom component as a COmponent usage in BSP_DLC_FS. Do i have to do this for the data flow to the custom compoennt ???
I have created Inbound plug for the main window.
Data is getting passed to the inbound Plug of the Main window ( Custom Component )
int he above screen shot at line - 8,
lr_view = INITIAL.
Its not getting the instance of the View Controller.
And hence the call to the inbound plug of the View controller( as shown below) is not happening.
But how do i pass the data from Inbound Plug of Main Window to the View ??
Used the code as below but its not workking.
Any help is appreciated and kindly do me the needful at your earliest !!