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 Mahecha [SLC] [DevOps Enabler] Selected answer as best 27th May 2021
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 )
Gelber Mahecha [SLC] [DevOps Enabler] Posted new comment 27th May 2021
Thanks Emmanuel. I confirmed to be able to assign or remove resources during the usual reservation’s states