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,
Yes, it's possible to define a particular Guid for a SRM Booking upon instanciation of the ServiceReservationInstance class via the set of the ID property, or via the usage of one of the constructor overloads, which receives the Guid of the Booking as an argument.
Thanks Flavio,
I’ll test and feed back.