Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
HelloDave,
Coud you please let me know how to use javascript to build the option list.
I did try <script type="text/javascript">.....</script>, <script language="JavaScript">.....</script> to insert the javascript into the html page of a workflow task, but nothing works, the task displays the whole codes as text.
Thank you very much for your helps.
Hoa Doan.
I looked at your presentation and was wondering if you had any advice or specifc tricks if I was creating my own list of values. Do you know if its all the same steps?
Basically, I have a workflow variable that is currently a string and I wanted to limit it to a list of about 10-20 values. I have gotten around this using Booleans before and just setting a string variable depending on which items are selected.