Hi All,
I'm trying to find a way to include a regular resource (not a function resource) into my booking when I create a silent booking.
Currently, we use the BookingManager.TryCreateBooking function to create our booking.
Is there a way to specify normal resources to be included?
Hi Ive
It's possible to assign a resource without it being mapped to a function on the Service Definition.
To do this you can add a Function without setting an ID, to the functions passed to TryCreateNewBooking:
It's possible to assign multiple resources unmapped, but the same resource can only be assigned unmapped once.
This functionality has been released since SRM 1.2.19.