Set alarm property using web services

Hi Edson, You’re right, the existing method SetPropertyValue does not work for alarms. This is indeed not possible yet using the web API. You can send us a new feature …

Visio Link Shape- UseChrome Issue

Hi Daniel, The UseChrome option affects the functionality of the embedded web browser. Links that start with a hashtag (#) will open within the embedded browser, while links without a …

DOM Instance Bulk Deletion

Hi Daniela, You can delete multiple instances at once in batches of max 100 objects (docs). public void BulkDeleteInstances<T>(ICollection<T> instances) where T : InstanceBase<T> { if (instances == null) { …

DOM Instance Bulk Deletion

Hi Daniela, You can probably adjust the preferredPageSize value for the .PreparePaging() method. I believe the default size is 500, but you could try increasing it to see if the …

IDP – Discovery & Provisioning API

Hi Ive,, the latest IDP version 1.5.1 contains exactly what you need. You can download it here: IDP | Catalog (dataminer.services) The release notes haven’t been published yet but will …