Workflow Soluiton

 View Only
  • 1.  Editable Date Field

    Posted Feb 16, 2011 06:50 PM

    I have a workflow that uses the Date Picker to add a date to my workflow on a submission form.  I've been requested to make the date editable later in the workflow on another form so that the date can be changed.  On many of the components there's a default value that you can use previous data.  The Date Picker doesn't have such default value.   My challenge is to come up with a way to edit the date.  I'd like to come up with a way to display the date entered on the submission form and change it if need be.  Any help would be greatly appreciated.



  • 2.  RE: Editable Date Field

    Posted Feb 17, 2011 12:11 AM

    I believe that you can just set the output of your date picker to the date variable you set your original date picker to be.  That should show the value of the original one and will replace the value if a new value is selected.   (If I am understanding you correctly.)



  • 3.  RE: Editable Date Field

    Posted Feb 17, 2011 09:46 PM

    Thanks for the help.  I was able to get the date delima taken care of.  Unchecking the "Start Today" checkbox brought up an option for when to start the date.  I was then able to select the variable representing the earlier date.  Thanks for the nudge.