cancel
Showing results for 
Search instead for 
Did you mean: 

Reg:Custom listview in HWC

Former Member
0 Kudos

Hi Experts,

I am developing a HWC workflow package,

In the application, i have used a custom listview, where I am able to populate data from my first object query.

When I click a row in the listview, I need to take key value and pass it to another object query to populate second listview.

I can see there Click Listener, LISTCLICK class is being used. But not able to proceed with the exact code.

I need your suggestions on this, in the sdn sample apps also I am not able to find the custom data handler.

And please suggest which custom.js method I have to use.

Thanks for your support.

Regards,

Peter Dinesh.

Accepted Solutions (0)

Answers (2)

Answers (2)

mike_reader3
Active Participant
0 Kudos

Peter ... I think you should create a relationship between the two MBOs, then on the screen that you have your first MBO on select the details screen as the second screen with the other MBO.

The relationship between the MBOs will allow for forward navigation.

Former Member
0 Kudos

Hi Peter,

I have the same requirement. Would you please tell me how did you solve it?

Regards,

MC