Jump to content
Server Maintenance This Week. ×

How Do I Create A "To Do" List?


llcoolj

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

Recommended Posts

I am assuming that you have:

a.) a contacts table

b.) an employees table or employees value list for a small company would do.

Your To Do list is a join table that brings together the contact, the employee mated with an event type and a time and date.

So you will need at minimum:

Contact ID (or contact name if you want to keep it flat)

Employee ID (similar)

Event Name

Date

Time

Perhaps Notes and Followup Notes.

How you set up the interface and reporting is up to you.

I would suggest a filtered portal of contacts so that you can pick a contact and put their ID into a global field. Similar or drop down list for employees. Then global fields for the event name, date, time and notes.

Once those are filled in, you have a script that creates a new record and populates the standard fields in the record with the results from the global fields and then clears the globals.

With this set up you can then display in a calendar, daily To Do list etc. and you can use relational filters to show by contact or by employee as well as by date what is to happen.

You are basically looking at the scheduling part of a CRM.

To get interface ideas, look at CRM's available. I have pictures and movies on my site, but there are lots of others around.

HTH

Dave

Link to comment
Share on other sites

  • 2 weeks later...

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