Newbies calton Posted August 9, 2011 Newbies Posted August 9, 2011 I have a list. I would like to send out an email when today's date equals to the EmailDate column in the list. How to schedule the task to check time everyday. Thanks.
Vaughan Posted August 9, 2011 Posted August 9, 2011 Well, some event has to make the script run. The best method IMHO is to use FM Server and schedule a script to run every morning. If not using FM Server then the next best thing is to run the script whenever the file is opened. This will be a real drag for the first person that opens the file each day.
dansmith65 Posted August 13, 2011 Posted August 13, 2011 I use http://www.360works.com/scriptmaster/ and https://github.com/d.../ooScriptMaster for this type of task when FM Server is not being used. I wrote some functions that allow you to schedule scripts with cron-style scheduling.
Recommended Posts
This topic is 4855 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now