Hi,
I have a requirement as follows:
I have a standard component view. In that view I need to add the button. When that button is clicked, I have to fetch the details from a custom table and I need to show them as popup. (table view as popup).
Now I can do the following:
1. I can enhance the view and can add the button as first step.
2. And I can create a custom view (table view) in the same componenent. and I can call this as popup.
3. My last concern is, where I need to fill the context node of table view. I have to fetch the values from custom table and I need to set them into context node of table view.
Can you please help me, how exactly I need to do this.
Thanks,
Sandeep