Book a Demo

Author Topic: How to create Note Elements and Links  (Read 3923 times)

VibroLarynx

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
How to create Note Elements and Links
« on: June 16, 2011, 07:15:55 pm »
I could not find a related topic in the forum and also not in the help file. So my question is:

How is it possible to create (using the automation interface) Note Elements and attach normal elements with Note elements via the NoteLink?

Thanks,
VL
« Last Edit: June 16, 2011, 07:16:49 pm by VibroLarynx »

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: How to create Note Elements and Links
« Reply #1 on: June 16, 2011, 10:38:47 pm »
VL,

Should be possible.
I think notes are just another type of Elements, so you should be able to create just like any other type of Element.
I guess the same thing will be valid for the connector.

Geert

abruckner

  • EA User
  • **
  • Posts: 22
  • Karma: +0/-0
    • View Profile
Re: How to create Note Elements and Links
« Reply #2 on: June 17, 2011, 04:38:39 pm »
Links in Notes are just done by Hyperlinks containing the elementGuid. Tricky thing is: if you rename the element, the displayName in the link is _not_ updated.
And I did not find a single EA menu entry, to update them.

VibroLarynx

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Re: How to create Note Elements and Links
« Reply #3 on: June 21, 2011, 06:38:00 pm »
Thanks for the information!