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
Khoo Chee Yang [SLC] [DevOps Enabler] Selected answer as best 16th July 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.
Khoo Chee Yang [SLC] [DevOps Enabler] Selected answer as best 16th July 2025