Visio – Hide text and value from ParameterControl
10th May 2023
Hi Daniel, Nice to meet you! You can configure your parametercontrol as Lite and have a custom title configured (see CustomTitle:[Text]). Of course, the custom title in your case is …
Answer
10th May 2023
Hi Daniel, Nice to meet you! You can configure your parametercontrol as Lite and have a custom title configured (see CustomTitle:[Text]). Of course, the custom title in your case is …
10th May 2023
This could be because: There are no DOM modules, or no modules where your user have access to due to insufficient permissions. The ‘DOMManager’ softlaunch flag is not enabled. (Prior …
10th May 2023
Not sure but maybe it’s a scheduled BPA test? I saw BPAs making connections as ‘administrator’, and those can be scheduled. Just a guess…
10th May 2023
Hi John The DOM components in Dashboards & Low-Code apps are only available after enabling a soft-launch flag. These will be fully released in the upcoming 10.3.6 version. To see …
10th May 2023
The web APIs have indeed one persistent admin connection to check certain info (eg cloud connectivity status) and build up some globally available cache. This connection is created during initialization …
10th May 2023
Hi Jeroen, The exception already tells you that was resource 3f1a2d52-2314-49a5-96e8-baba460e61f2 that caused the error. After that you should open the booking log file and search for which capacities and …
10th May 2023
Being able to send notifications to online users. Example: notify online users for an upcoming maintenance slot.
10th May 2023
Just updating the post with the results of our investigation. As it turns out the alarms mentioned in the original post had been generated already prior to the introduction of …
10th May 2023
The issue seemed to be the DataMiner CoreGateway not being able to setup a connection with the DMA. After restarting the CoreGateway service everything started working.
10th May 2023
Hi Ashwini, You need to restart the DMA in order to regenerate the request file. Hope it helps.
10th May 2023
Hi Gerwin, You should indeed create a script that will execute the transition by code. You can then link this script to a DOM action, which is then linked to …
10th May 2023
Hi Pilar, You should be able to use the Class Library to achieve this See the snippet below IDms dms = engine.GetDms(); var myView = dms.GetView(“MyViewName”); if (myView.Properties.FirstOrDefault(v => v.Definition.Name …
10th May 2023
Hi Pilar, I believe the answer to this question should help you forward.
10th May 2023
Hi Bruno, You can find an overview of all query data sources here: https://docs.dataminer.services/user-guide/Advanced_Modules/Dashboards_app/Using_dashboard_feeds/Configuring_GQI_feeds/Query_data_sources.html
10th May 2023
Hi Robin, I would suggest using the public NuGet package: NuGet Gallery | Skyline.DataMiner.Core.DataMinerSystem.Automation 1.1.0.4 For usings: using Skyline.DataMiner.Core.DataMinerSystem.Common; using Skyline.DataMiner.Core.DataMinerSystem.Automation; And then you can use: engine.GetDms();