Hi everyone,
While working on a LSO script for an SRM solution, I was looking to the automation script Script_SRM_LSOTemplate.xml. There, I can see that in the method 'srmBookingConfig.GetResourcesToOrchestrate' is used to get the bookings in use.
I could also see that the same object contains another method to get resources:
What is the difference between these methods?
Hi Bruno
For now, both methods will return the same info about the resources assigned to nodes in a booking. There are plans however to extend this in the future.
However GetResources will then still return resources assigned to a node.
Kind regards