Hi Dojo,
I want to show an existing service to some views by an automation script.
Regarding elements, I could do with element.FindViews() and AddElementMessage with updated views information.
But I want to know how to do with services.
best regards,
Hideyuki Imaida [DevOps Advocate] Selected answer as best 17th January 2023
You can achieve this with the AddServiceMessage.
Hideyuki Imaida [DevOps Advocate] Posted new comment 17th January 2023
Hi Kevin,
Thank you for the another solution.
#I tried before but didn’t work with some exceptions…
I’ll check again with ‘AddServiceMessage’ later.