cancel
Showing results for 
Search instead for 
Did you mean: 

Clear the values in Drop down by key

Former Member
0 Kudos

hi all ,

i m using drop down by key (Combo box) ..

i have populated some values in that ..

then i navigate to next view ... from that view i m again navigating back to the

previous view .. now the values which was filled needs to be cleared ..

i used invalidete method also even though the values are present in the list ..

can any one help in this ...

points will be rewarded

Thanks and regards

JK

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Do you want the currently selected value to be reset, or do you want to delete the entire list of values? If you want to only reset your current selection, node->invalidate( ) should do it. Invalidate your node in the inbound plug handler.

Regards

Nithya

Former Member
0 Kudos

hi ,

i want to delete the entire list of values .

Former Member
0 Kudos

Then you should delete the value set that is bound to the context node info. Dropdown by key has its values populated in the node_info and not the node. So clear the valueset.

Regards

Nithya

Answers (0)