Hi,
How can I assign an alias to the resources added to the service created by an SRM booking? I'm creating these bookings via an automation script.
My question is similar to the one here: https://community.dataminer.services/question/how-to-assign-an-alias-to-the-resources-in-services-created-by-srm/?hilite=Alias except that in my case, I already have the 'use node label as element alias' option set on the general page in the booking manager, and I also use this in code:
bookingManager.UseNodeLabelAsElementAlias = true;
engine.Sleep(1000);
The service at pre-roll ends up with devices but without aliases set. If you have any hints with what I can do to troubleshoot this further it would be really great!
images:
This issue was solved by fixing some old bookings (see https://community.dataminer.services/question/deleting-booking-went-wrong/)
Thank you again Support Team (Jorge Dias).