Hi Dojo,
Since the latest SRM Framework releases I got below warning when getting property BookingName from class SrmResourceConfigurationInfo:
'SrmResourceConfigurationInfo.BookingName' is obsolete: 'Profile Load Scripts should be independent of the reservation, this will be removed in a future release. Please adapt your scripts if you use this.'
What is the recommended way to have the booking name in the PLS?
It has been made obsolete because a Profile-load script should be independent from a booking.
In your LSO script, you can retrieve the reservation name and update a parameter of your node using the SetParameter method on the resource object ( see example in the SRM_LSOTemplate script )