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 …

Aggregate multiple source in one LCA

Hi Marco, Regarding your question, I will first check if web services fit your requirements. If you see that you will need to implement multiple methods or process large chunks …

IAS TextBox PlaceHolder

Hi David, Your code snippet looks correct. After running more tests, I can confirm that I see the same behavior on the latest 10.4.10 dataminer release. In the dataminer cube, …

ChatOps Mention User

Hi Mauro, Your approach was almost correct, the only difference is that msteams, as shown in the MS Docs that you’ve linked, should be defined next to the body of …

Pop up table details or show in a diff pages

Hi Chirangee, I never tried it for a table row, but maybe the pagebutton is something you can use: Page button | DataMiner Docs You can also use a normal …

Spectrum Thumbnail in Visio

Hi Yohan, The spectrum thumbnails only work when you have at least one spectrum monitor configured. Showing the current live trace is only possible with the full spectrum component as …