Replies: 1 comment 2 replies
-
hi @BGbakker . Sorry for the delay. I realized I didn't have notifications turned on, so I missed your post. You should be able to accomplish this by using the ProjectProperties set and get handlers here. Use the ProjectProperties class object from the project object that is loaded and you'll have to execute the methods after the CompareAndApply Project APIs being used. This way it will deploy the ProjectProperties changes between servers.
There are some serialization hurdles with the API model that we need to overcome, and this is a known limitation in the implementation so far #29 . We need to resolve this prior to the beta tag being removed and that would remove the need for this work around. Let me know if this helps or if you hit any hurdles with the work around. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to set the project properties with the sync service. In this case i'm trying to get the property OPC UA/allow anonymous login to be automatically set to 'yes'
Beta Was this translation helpful? Give feedback.
All reactions