Sparx Systems Forum
Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: GrahamL on January 28, 2020, 02:32:34 am
-
Hi
I have a model element that has an associated linked document but cannot get the contents of the document to appear in my document
This is my template
package >
[right-click-to-insert-Package-field(s)]
package element >
{PkgElement.FullName}
linked document >
< linked document
< package element
< package
What am I doing wrong?
-
You are currently reporting on the package itself (and it's linked document), not on the elements in the package.
To do so use
package >
Element >
Linked Document >
< Linked Document
< Element
< Package
Geert
-
DOH!
Thank you