We have events that can use more than 1 room.
with for instance PV10 for creating an event we can add the rooms we want to use for that event. but then we come to the problem when we want to change the times on which the room is actually used during the event.
standard when creating an event
example: event 12:00 till 18:00
room 1 is reserverd from 12:00 till 18:00
room 2 is reserverd from 12:00 till 18:00
we change the start time from room 2 in 16:00
then we get this
room 1 is reserverd from 12:00 till 16:00
room 2 is reserverd from 16:00 till 18:00
while we want to have this output
room 1 is reserverd from 12:00 till 16:00
room 2 is reserverd from 12:00 till 18:00
I can't find in customizing or in the creation of objecttypes where to switch of this strange setting that the rooms can't be used at the same time and during different times within the eventtimeperiod
does anybody knows how to get rid of this rigid and strange behaviour ??
Addition:
I also tried to change the correspondig infotypes 1001 and 1035 and 1023 to timecalculation 3 but still no effect in making the roomreservation time independent in an event.
in PV10 there is a call to split_detail which fills the variabele with_res with 'X' because of that the infotypes are not checked anymore (if it would be blanc they would be checked) Is there also a way to create an event that checks the corresponding infotypes for behaviour ??
Message was edited by: A. de Smidt