IAS – Detect Client TimeZone

Hi Bautista It is possible to get the time zone or its offset in a IAS when a user selects a date and time in a time and calendar component. …

OpenTelemetry Collector

Hi Senne, We have the OpenTelemetry Collector and a Generic OpenTelemetry Logger connector that can receive logs, as shown in the following deployment architecture: The idea is to have a …

Script alternative for protocol.GetKeysForValue

Hi Ryan, There’s no built-in GetKeysForValue() method available in an automation script, but you can achieve this using a small helper method, for example: public ICollection<string> GetKeysForValue(Element element, int tablePid, …

Link URL avoiding # character

Hi David, Tom explained what your problem is but even better, the framework already supports a placeholder for URL-escaping values.You can use [EscapeDataString:x] for this. Kind Regards, Jarno

PopUp on Visio Execute Button

Hi Ramesh, No, you cannot specify a custom confirmation message with Execute like you can with SET. Your only option is to use NoConfirmation to completely disable the confirmation dialog. …

How to get the output from automation script on Visio

Hi Ramesh, You can add the “Options” shape data to your button with the “cardvariable” value (same use case for “pagevar” or “WorkspaceVar”) to define the scope of the created …

IDP bulk update rack information

Here’s a breakdown of steps 👇 Initial State The 1,250 elements will appear as Unmanaged Inventory under Inventory > Unmanaged. Enable Management with IDP Define CI Types for these elements. …

Link URL avoiding # character

Hi David, The # character in a URL is a special character that is being used as ‘fragment identifier’. E.g. ‘Computing’ in the following URL: https://en.wikipedia.org/wiki/Number_sign#Computing If you want to …

[GQI] Remove old Data Sources

Hi Kristian, This issue is fixed in DataMiner 10.5.11 when using the GQI DxM, which becomes the standard in 10.6. If you are on an older version or not using …