User info
First name | Carlos |
Last name | Matheus |
DevOps Program
Acquired rank |
![]()
Advocate
|
Points progress |
![]()
531
DevOps Points
|
![]() |
|
DevOps attestation | Request your attestation ID and expiry date |
Achievements
|
Questions asked
Answers given
Hi Sara, You can also add some extra filtering to the AlarmEventMessage, filtering the alarm events by doing the following. subscriptionFilter = new SubscriptionFilterElement(typeof(AlarmEventMessage),...
View QuestionHi German, Code seems fine as Tom mentioned but I would recommend putting together all watchers of the same type, for example in your case, you would only need one "ParameterWatcher" instead of 2, you...
View QuestionHi Frederic, When the input arguments are updated, the system will execute the entire flow again, starting from the top of the list, in this case, OnInit. This means that it will effectively re-run all...
View QuestionHi 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 deletion occurs faster...
View QuestionHi Marco, I believe it is not possible to add multiple default values to a parameter, if you are referring to using the DefaultValue element as described in DefaultValue element | DataMiner Docs However,...
View QuestionHi Rui, There is a method in the Widget Class that allows resizing the box based on the content: SetHeightAuto(). The only problem, as far as I know, is that the TextBox cannot dynamically detect the...
View Question