Hi,
Is it possible to show the content of the Element Notes page inside a visio field (textbox for example)?
Thanks in advance!
Offering another workaround, it's possible to execute an automation script upon opening a Visual Overview page.
The script can retrieve the notes with an SLNet call (just like in Jeroen's answer).
C# scripts can output session variables. These session variables can be populated with the notes content, which can in turn be visualized in your Visual Overview.
Not directly, but maybe with a workaround.
There's a possibility to do a GQI query to an 'ad hoc data' source, this script could retrieve the notes using an slnet call.
In turn the result of the GQI query can be displayed in a dashboard component, which can also be imbedded into Visio.
It is a workaround, but maybe it's workable for you.
Hi Toon, that’s a good method.
Would you know the syntax on how to output these session variables from the script?