We have been asked to proactively alert users when it's time for them to complete various forms, and wondered how others have handled this in their organizations.
In one use-case, we're being asked to send a notification to employees when it's time for them to log into the system and complete their time sheet for the given pay period.
In another use-case, we're being asked to send a notification to a supervisor when it's time for them to complete a Performance Evaluation (calculated based on variables from an external data source). In this situation, we are also being asked to send reminders if the evaluations are not completed in x days.
In both of the above, we're being asked to embed variable information in the URL that's sent so the employee information auto-completes on the form.
We suspect once we have this setup for a couple processes, we'll be asked to add this in for just about everything else, so we want to be smart up-front and build something that will scale over time.
Here are some options we're considering:
1) Using a timer start event in Laserfiche Forms to kick off a workflow that runs a stored procedure and generates e-mails
2) Running a scheduled SQL job to send out notifications
3) Setting up something through our reports portal (using SSRS)
4) Investing in some sort of IFTTT software (we don't have anything in use currently)
Does anyone have a solution they're happy with and would recommend?
Any pitfalls to be aware of?
Any other thoughts or suggestions?
Thank you so much!
Jennifer