v9 Label/Value pair

Hello all

 

I have a split label/value drop down list.

Let aasume the list is:

A Apple

B Bake

C Cake

 

How would I, on a server Side button click, set the dropdown to say 'Cake'? Presumably it should be simple. On button click run a Assign Value activity to set the it to Cake or C, right. Yeah, but I've had no luck.

Thanks

-lee

Tagged:

Comments

  • I forgot to mention that the list option is populated by a MBO.

  • That should work the way you've described it.  Do you have the dropdown field set to "is dependent on another" field?

  • You need to set the dropdown variable to the value (not the label / name). You need to set teh dropdown to 'is dependent'.

     

    If the Business Object will possibly change, you need to set the instance to 'always refresh'.