Hyperlinks.xml sync across DMS

Hi Dojo team, especially Carys, I managed to resolve the issue by manually forcing a sync of the file using ClientTestTool. Here’s what I did: Opened the ClientTestTool. Connected to …

ParameterControl table row selection

Hi Philip, For parameter controls, this functionality would require adjusting the protocol directly. However, an alternative approach could be to use child shapes. You can generate a shape for each …

Any split function available in Visio?

I found a regex… https://regexr.com/885h9 …but it’s quiet a challange to select the nth occurance for each field now. [RegexMatch:([^|;]+),[property:numbers]] Isn”t working. Do you have any example?

DCF and element with a vdxPage

Hi Sam, Thanks for the question! Configuring it this way makes a lot of sense. The behavior you described happens because DCF connections drawn in the Visual Overview don’t account …

LCA – use new Dom instance data in script

Hi Robin, As Wouter mentioned, you can use the lifecycle method of DOM, but keep in mind this will apply to all instances created, not just those created by a …

Any split function available in Visio?

Hi, You could achieve this with the proposal of Miguel, but I highly suggest to explore the new placeholder that is better fit for this use case! [RegexMatch:x,y,options] Kind Regards, …

Connection Strings: when are they needed?

Connection strings (<Redirect ip=”…” via=”…” /> tags in DMS.xml) are only needed in the following situations: – agents have been configured to listen on non-standard ports (8004 for .NET Remoting …

CUBE Client comms – gRPC vs Eventing vs Polling

.NET Remoting is still the default communication type in DataMiner 10.4 and will remain supported even in 10.5, but gRPC is indeed recommended. .NET Remoting has 2 ways of operating: …

Scoping session variable using InitVar

Hi Bing, Session variables can have one of the following scopes: Current DataMiner Cube session (default scope) Current DataMiner Cube card Current Visio page Current workspace To change the scope, …