Get after set with delay

Hi Dario, you can consider using an after trigger and use conditions to decide if another Get is required

Better way to delete rows

Hi Sergio, There isn’t any faster way (at least that I can think of) to remove keys other than repopulating the table or clearing all keys like Edib or Michiel …

QAction update every row

Hi Stefan, You can use the Element.GetTablePrimaryKeys to get the table keys. Then you can use a foreach loop to go over all your table keys. Element myElement = engine.FindElement(“My …

Upgrade of existing IDP on DMS

Hello João, Thank you for your response. Indeed, I first executed the IDP migration package (which only updates the DLLs used by IDP). After that, I performed the IDP 1.5.0 …

Login To DM Self Managed

Hi, This is an issue that was already seen in the past. Could it be you’re installing the software with your domain user? We have seen cases that after a …

Using GetServicesForFilter WebAPI

Hi Sebastiaan, We are using this API to retrieve the dma_id/service_id from the property: npc service id, but the response time is 7 seconds. We’re incorporating DataMiner into our portal …

Get Data From Opensearch using client NuGet

Based on the investigations, we used the low-level .Net communication to get the desired information and create a custom JSON parser to parse and get the data needed.

How to delete through context menu in automation

Hi Gerwin, When the context menu contains the option options=”table:selection”, it will pass along all the selected primary keys to the logic behind it. You should be able to do …

Handling data with Azure SSO SAML JIT

Regarding your first question: currently DataMiner will only read out the Email, Givenname, Surname & Groups Claims, other data, like your pager claim, will be ignored. Unfortunately, I don’t believe …