To map out the nodes used to display IDP connections in an LCA, I need to retrieve the NodeEdgeX
and NodeEdgeY
values, which are stored in the custom tab of the properties menu. The only approach I can think of is using the GetPropertyValueMessage
via the IDMS SLNet call. However, since this message lacks thorough documentation—at least to my knowledge—I’m unsure whether it retrieves the values I’m looking for.
When I tested this with the SLNet Client Test Tool, calling the message without parameters returned some values from the properties menu, but not the NodeEdgeX/Y
coordinates. Furthermore, when I specified "NodeEdgeX" in the PropertyName
field, I received <no message>
, which suggests that this call does not retrieve these parameters.
Is there currently a way to retrieve these values through an ad hoc script?
Hi Sofia,
This is indeed achievable through the GetPropertyValueMessage.
Note that these values are already exposed as columns on the element, service and view data sets. Therefore, I wouldn't fetch this information yourself, but let GQI do the heavy lifting. You could stitch this information on your other data with a join if necessary.