Can the Guid of a SRM booking be defined when creating one from an automation script?
We have an element that ingests event information, and passes them to an automation script silently, these events have a Guid already, so it would be useful to keep the same one when creating the booking SRM.
Hi Philip,
If you are using SRM Solution, you cannot specify the ID of the booking, you should have a custom property that will hold that ID. If you need to get the reservation by that property you can then use method GetReservationInstancesByProperty present in namespace Skyline.DataMiner.Library.Solutions.SRM.
If you don't use SRM Solution, Flávio's response is correct.
Hi Jorge,
That’s what we’re doing at the moment.
I’m going to test the other answers to see if they work or not.