I have a simple process that I am testing out. I'm trying to do something I've never done before for bear with me. I am a newbie. ;) I have a sql table that has the following fields: employee_id, first_name, last_name, email_address and form_submitted. There are 10 records in this table. I want to be able to send an e-mail with a link to a form to each person listed in the database table. When the person opens the link to the form, the form will automatically have their name and employee ID on the form along with a few information fields that are required. Once the person submits the form the form_submitted field (bit field) will be changed from false to true. A .pdf of the form will then be filed in LaserFiche in a subfolder named after the employee under an Employee parent folder. After three days a second reminder e-mail will be sent to those employees who have not submitted their forms. After all employees have submitted their form an e-mail will be sent to me letting me know the process is complete.
Is this doable?