SRM Resource IsProfileINstanceOptional

Hi Ryan, I think you will need to add a property on the node you want to be optional. Property: Options Value: Optional Edit: I saw a similar question, it …

LCA : Table component query feed

Hi Wale, All columns that are retrieved using GQI will be available in the feed. If they are filtered out using a ‘select’ node, they are not in the query …

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 …