Hi,
Is it possible to show the content of the Element Notes page inside a visio field (textbox for example)?
Thanks in advance!
Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 6th July 2023
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.
Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 6th July 2023
Hi Toon, that’s a good method.
Would you know the syntax on how to output these session variables from the script?