Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 5517 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Is it possible to set a script to run on a specific date and or time delay from last script run. I would like to set a script to run at the end of the week showing me a report of data entered into Database and if possible emailed out.

Would this be easier or possible to tackle thru FM Server?

Posted

I don't know how to trigger without some sort of action on the part of the user. Perhaps you could set a script to trigger on a very common event (e.g. OnRecordLoad) and then have it do something only if Get(CurrentTimeStamp) meets a specified value.

Posted

Is it possible to set a script to run on a specific date and or time delay from last script run.

As far as a specific date goes you could run a script that runs when a database is opened and does what you want only if the current date meets some calculated value. However the script will not run if you are in the habit of leaving your database open continuously. In that case you could use a Layout trigger.

Would this be easier or possible to tackle thru FM Server?

Yes, you can easily set a script to run on a schedule using FM Server.

This topic is 5517 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.