Jump to content
Server Maintenance This Week. ×

Matching Records at a later date


Andrew Q

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

Recommended Posts

Hello everyone. I'm tinkering around with an idea and hoping that someone might be able to help point me in the right direction.

I'm trying to come up with a solution whereby if a user searches thru a database and comes up empty, the user is then able to submit something like a 'ticket' which is valid for a certain time period(lets say for example 3months). What this 'ticket' function would do is that it would check any new records that is being added by any other users of the db for that particular period and if there is a match, the system(server) would then be able to send an email notification to that user who submited the 'ticket'.

Link to comment
Share on other sites

The issue is that the server can not do something by itself -- everything is client dependant.

You could always submit the tickets, and run a script on the users login to process all the find requests stored in tickets.

Otherwise, you could try a plugin like DoScript to run the check scripts when your users are idle.

Link to comment
Share on other sites

This topic is 6359 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.