Just started working with SeedCode Complete. In my "doctored" (pun intended) version of SeedCode Calendar, "Contacts" are actually patients in our medical practice, and "Activities" are actually appointments. I'd like to do two things:
- (1) generate an invoice at the time of each appointment, and
(2) when viewing an appointment, be able to go to the associated invoice with one click.
I think I can achieve (1) simply by adding a button and script that would run from the "MiniWindowEditAppointment" layout. But I'd prefer to have the invoice generated automatically whenever a new activity (appointment) is created. It seems to me that this requires a relationship between invoices (or line items) and activities. Is that correct?
Regarding (2), again, I think that a relationship between invoices (or line items) would do the trick -- but I'm not sure how to set that up. Could you help me out?
Yours,
Jim Recht