Hi everyone,
I have an automation script that creates views and view properties with:
Method CreateView | DataMiner Docs
Method CreateProperty | DataMiner Docs
When this functions are successfully invoked with no exceptions, is it safe to assume that the newly created views/properties are already within the DMS? Or is there no guarantee?
Thanks
Jorge Dias [SLC] [DevOps Enabler] Answered question 29th May 2025
Hi,
No, those methods do not wait for the actual creation/sync across the DMS.
If you need to use them right after, you need to wait for their creation by making gets until is fetched.
Jorge Dias [SLC] [DevOps Enabler] Answered question 29th May 2025