cancel
Showing results for 
Search instead for 
Did you mean: 

retrieving a table attribute on row selection

Former Member
0 Kudos

Hi All,

In my table display i need to select the 1st attribute of the row (first attribute is item_id) which is selected and then want to retrieve this value.How do i achieve this.Kindly help.

Thanks n regards,

Urbashi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi urbashi......

you can get the selected value by lead selection.

ie you want the first column that has been selected...

just read the first column of the node using code wizard.

it will give the selected value....

---regards,

alex b justin

Answers (2)

Answers (2)

Former Member
0 Kudos

MORE DOUBTS

former_member182190
Active Participant
0 Kudos

Hi Urbashi,

Do this in your ONlead selection method associated with your table.

You can use get_static_attributes method to get the Lead selected item in your table.

From the structure you can pick the first field.

Hope this helps.

Regards,

Ismail.

Former Member
0 Kudos

HI ALL,

i have a small prob....though it may sound cliche...but whenever i create a table m not able to perform lead selection..the problem with my table is only the 1st

row is highlighted....dnt knw wats happenin...plz help...

Thnanks,

Urvashi

Former Member
0 Kudos

hi urbashi.......

check the following in the node which is bound to the table:

check whether the cardinality is 0...n and

initialize lead selection is checked and also for the singleton property....

---regards,

alex b justin

Former Member
0 Kudos

HEY ALEX...

even aftr doin all those requird stuffs still m nt able to select??wat m i 2 do nw

regards,

Urvashi

Former Member
0 Kudos

hi urbashi.....

you are not able to select the value in the table because....

in the properties of the table...

you have option called rowselectable. check it. and give the selection mode as single or multi.

---regards,

alex b justin