Based on a date field, is it possible to pre-populate another date field with say +3 days.
Ex: May 22, 2016
then date field pre-populates: May 25, 2016
Based on a date field, is it possible to pre-populate another date field with say +3 days.
Ex: May 22, 2016
then date field pre-populates: May 25, 2016
Sure can. Workflow will be what you want to use. Use the Date Token Calculator to add your 3 days once the other date field is filled in.
If you are using Forms 10.0 or 10.1, then you can use the built-in formula functions. You can set the calculation for the target date field to something like "=Date1+3", then value of the date filed will be the 3 days after value of Date1.
Or can this be done by a workflow token calculator? Adding to date values.
Thanks for the replies. We are running 9.2 so using the forms calculator won't be possible. I built it in workflow and it's working just fine. If we can update in the near future I may change over to the Forms calculator so workflow doesn't even have to be involved for such a simple thing.