Workflow Soluiton

 View Only
  • 1.  Multiple Values from a DropDown

    Posted Dec 14, 2010 04:06 PM

    Looking for a solution to be able to pick more then one value form the DropDownList Component...Thanks



  • 2.  RE: Multiple Values from a DropDown

    Posted Dec 14, 2010 05:34 PM

    I could be mistaken but i believe you cant do that.  I used a CheckBoxListComponent when i had to select multiple items.  I pointed the Items to a service desk settings from the process manager settings so i could add to the list without republishing the workflow



  • 3.  RE: Multiple Values from a DropDown
    Best Answer

    Posted Dec 15, 2010 09:22 AM

    ListBox Component might be a good alternative too. You can list items from an array and setup the component to be able to select multiples from the list. Your end users need to know how to CTRL+Click or SHIFT+Click however to select multiples but a good tooltip on the ListBox will usually help that.



  • 4.  RE: Multiple Values from a DropDown

    Posted Dec 15, 2010 02:21 PM

    And here I thought I did not have a solution and now I have two excellent Solutions.  Jvenuto...thanks a lot, but I think I will go with matzebru...fits better with the look and feel of the entire form.  Again, thanks a lot