cancel
Showing results for 
Search instead for 
Did you mean: 

HI ....Problem in reading Table index

Former Member
0 Kudos

Hi All,

I designed UI to display as table format. In my table I have one column is "Resume" which is a Link to action element type.

I like to read Index of the table on which row Resume user was clicked not based on the Lead selection.

Please hep me on this.

Thanks

Edited by: rama krishna on Feb 15, 2008 2:25 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi rama krishan......

you can either use get_selected_elements in if_wd_context_node or

just read the node attribute that is bound to teh table using read_attribute... it will return the selected value.

---regards,

alex b justin