Hi, all.
I'm relatively new to Laserfiche, but I'm trying to run a Forms process that's meant to work a bit like this:
- Save a copy of a submitted Laserfiche form to a repository.
- Create tokens for the start and end dates of the current academic year (Jul 1 - Jun 30) at the time the form was submitted.
- Use these tokens to rename the document in the repository with the then-current academic year in yyyy - yyyy format, e.g. "2014 - 2015"
I've tried using the Date Token Calculator as seen below:
...followed by an application of "Assign Token Values" to trim the dates down to just yyyy - but while this is doing a great job of calculating the current year and the current year +1 in October 2015, I suspect that come January 1, 2016 I'll be getting 2016 - 2017 for my file names, when I don't really want that to start happening until July 1, 2016.
Can anyone out there recommend a better implementation?