Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more!
X
Hi All, I'm trying to create a variable in my workflow task that allows the user to pick the date from a calendar popup. I used java.util.Date as the Type Name for the workflow variable but the result just shows an input text box as show in the attached image. Does anyone know what type the variable should be in order to have a calendar popup appear? I'm assuming that this must be a Windchill class I need to use but does anyone know which one?
The simplest solution would be to use JavaScript to enable calendar popup for the input box. Nowadays JavaScript and various JS libraries have become pretty powerful and are capable of achieving this in few lines of code. You will not even need to customize task page .
Sudeep Bhattarai
847-220-7008
In Reply to Mike Lockwood:
We'd love to know how to do this with a calendar also - haven't yet figured out how to.