Scheduling Edition
Posted: Thu Nov 17, 2005 7:58 am
I have the scheduling edition working with my database of instructors and classes. I'm using the scheduling template to create appointments for each class. Here are some roadblocks I've run into:
1. Repeating appointments - I would like each repetition to copy information from the client, description, title, time fields from the original appointment. At the moment, I'm just getting blank fields with the exception of the start date. It's probably a matter of updating a script, but I haven't had much luck doing this.
2. Conflicting appointments - I would like to know if a new appointment conflicts with an appointment already input. We schedule classes in resources (rooms), so I need to know if I schedule an appointment in a resource that is already being used on that date and during that time frame.
3. I would like to use the schedule tab to view appointments by room, however, I'm having trouble making this work since I've related the database to my own database. I do not have the field "apptdisplayonscheduletrimmed" in my own database because of the CCHardwrap function. Since this is a custom function, filemake did not recognize it from my own database.
Well, I've written a lot. Everything else is working great so far. Getting this last bit to work the way I'd like it to would just be the icing on the cake.
Thanks.
1. Repeating appointments - I would like each repetition to copy information from the client, description, title, time fields from the original appointment. At the moment, I'm just getting blank fields with the exception of the start date. It's probably a matter of updating a script, but I haven't had much luck doing this.
2. Conflicting appointments - I would like to know if a new appointment conflicts with an appointment already input. We schedule classes in resources (rooms), so I need to know if I schedule an appointment in a resource that is already being used on that date and during that time frame.
3. I would like to use the schedule tab to view appointments by room, however, I'm having trouble making this work since I've related the database to my own database. I do not have the field "apptdisplayonscheduletrimmed" in my own database because of the CCHardwrap function. Since this is a custom function, filemake did not recognize it from my own database.
Well, I've written a lot. Everything else is working great so far. Getting this last bit to work the way I'd like it to would just be the icing on the cake.
Thanks.