Hello,
I have an automation that is setting a new value for the service property, however this is not being update over the service custom property window.
Code to perform property value:
service.SetGeneratedWithOptions("Service Name", "new property value");
service.SaveService(engine, false);
connectOutputService.GetGeneratedWithOptions("Service Name") -> This call returns the value "new property value".
However this is not being reflected as in below image.
What am I missing here?
Bruno Antonio Asked question 2 days ago