I need to add or remove resources to an optional function of a reservation object that can be either confirmed or ongoing (in any of the different stages of its life cycle). What is the recommended way to achieve this via an automation script?
We are running SRM 1.2.12 and DataMiner 10.1.5.0
Gelber,
You need to use the AssignResource method ( mode details in user guide)
The method accepts a resource reference reference (guid) as input argument. In case you want to unassign a resource, just use the null guid.
In the background, the content of the DMA service associated with the booking will be updated ( in case the booking is already running )
Thanks Emmanuel. I confirmed to be able to assign or remove resources during the usual reservation’s states