RE: Buffer time on room reservation
Hi Arnaud,
As you said, this new field will only provide information by default without any influence.
As per my understanding for your supplement description, it seems that the field should be added to the Room entity instead.
A custom workflow or plugin is required on creation of Room Reservation record, due to a room reservation is associated with a parent room record and an event record(both of them are lookup field), so we need to retrieve the buffer time value of the room(variable 1) and the start date time of the event(variable 2): do date calculation with these two values, if variable 1 is 75 mins and variable 2 is 9am, then we can get a date range and check whether the current date and time is between the range, if yes, throws an exception with such text description to prevent creation of room reservation: "Booking is not allowed from 7:45AM to 9am and from 6PM to 7:15PM, please add the reservation in specified time period."
Regards,
Clofly