Hi Dojo,
I'm using Silently updating the timing of a booking to adapt the timing of my booking.
The result of the TryChangeTime method is a boolean. In case it's false, how can I see which resources were responsible for not updating the booking?
Jens Vandewalle [SLC] [DevOps Enabler] Selected answer as best 12th December 2023
Hi Jens,
You can do SrmManagers.ResourceManager.GetTraceDataLastCall, if no other call was made in the mean time it will still have that error.
Of maybe better for your case, use BookingManager.ChangeTime that will throw an exception with the error.
Jens Vandewalle [SLC] [DevOps Enabler] Selected answer as best 12th December 2023