Hi Matthew The status is actually an attribute of the booking (CT_BOOKING table). To make a booking you would need to: - insert a row in CT_BOOKING
- Optionally insert row(s) into CT_BOOKING_REQUIREMENT to specify the room(s) required (if known)
- Insert row(s) into CT_BOOKING_SLOT - one for each of the time slots required by the booking
- Create an event and add the event reference to each slot
If you want to add a room booking request to an exsting event, you just need the first 3 steps. This is a much simplified and high-level view of the operation and I'm sure there are lots of subtleties along the way. Needless to say, if you attempt this don't work on live data! Rgds
Antony |