[LCA] Scrollbar in image component

Hi all, After the web upgrade to version 10.6.4, image components in LCA without vertical padding [I guess the default behavior prior to update] started displaying scrollbars. A short investigation …

How to prevent the blue banner in Email

Using the Engine SendEmail method in an Automation script, it is possible to send out an email. For me, these emails always come with the mail subject in a blue …

Skyline.Dataminer.Utils.SecureCoding not found

Hi, When I’m programming in VC2026 an User Defined API, I have the code: input = JsonConvert.DeserializeObject<Input>(body ?? string.Empty, _serializerSettings); This gives always the warning: Consider using SecureNewtonsoftDeserialization.DeserializeObject instead. These …

Alarm Template Scheduling Based on Time Window

Hi everyone, I’m looking to understand if it’s possible to configure an alarm template in DataMiner to only trigger within a specific time window. For example, I would like an …

Show/Hide Shapes based on each Alarm Severity for one particular Element

Hi community! For the four colored squares, I have created an AlarmSummary shape data in the following style, as well es the respective Alarm Filters “Test_xxx”: active|Test_Critical|false|Alarm active|Test_Major|false|Alarm active|Test_Warning|false|Alarm active|Test_Info|false|Alarm …