cancel
Showing results for 
Search instead for 
Did you mean: 

Drop down by index not getting set using Set Lead Selection

Former Member
0 Kudos

hi,

I am using drop down by index. The drop down has many values but i want to set index to 5 or something so that value at index 5 appears.

I have my data in dropdown and I am setting the 5th value using set_lead_selection_index in WddoInit but somehow its not working.

ANy inputs ?

or any other method to make a particular element in dropdown to appear as default element.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

thanks

Former Member
0 Kudos

Hi,

You will have to use the method set_attribute.

l_node->set_attribute( exporting name = 'ATTRIBUTE' " your attribute name
                                        value  = 'VALUE' ). and the value that  you wish to set

Radhika.