Author Topic: Linked document  (Read 3689 times)

DanielB

  • EA User
  • **
  • Posts: 28
  • Karma: +0/-0
    • View Profile
Linked document
« on: September 04, 2012, 10:49:19 pm »
Hi,

Does Enterprise Architect allow (using out-of-the-box functionality, not a plugin) to visualize in "Project Browser" tree which element has "Linked Document" defined?

If EA doesn't have such feature than is there any plugin which has it.

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8083
  • Karma: +118/-20
    • View Profile
Re: Linked document
« Reply #1 on: September 05, 2012, 08:51:43 am »
No, and EA doesn't provide functionality for add-ins to customize the project browser, so you won't find an add-in that does it. The closest an add-in could come is implementing its own docked window to define such a tree.

Dermot

  • EA Administrator
  • EA User
  • *****
  • Posts: 591
  • Karma: +7/-0
    • View Profile
Re: Linked document
« Reply #2 on: September 05, 2012, 03:20:47 pm »
One option you can use as alternative is to define a simple SQL search (Ctrl+F):
SELECT ea_guid as CLASSGUID, Object_Type as CLASSTYPE, Name
FROM t_object, t_document
where t_object.ea_guid =  t_document.ElementId and t_document.Doctype ='ModelDocument'

DanielB

  • EA User
  • **
  • Posts: 28
  • Karma: +0/-0
    • View Profile
Re: Linked document
« Reply #3 on: October 25, 2012, 01:28:00 am »
Quote
No, and EA doesn't provide functionality for add-ins to customize the project browser, so you won't find an add-in that does it. The closest an add-in could come is implementing its own docked window to define such a tree.

Simon, is there any chance that Sparx will add such feature to EA? It is really inconvenient to work with extensive project browser which has many linked documents under its objects.

Regards,
Daniel

Stefan Bolleininger

  • EA User
  • **
  • Posts: 308
  • Karma: +0/-0
    • View Profile
Re: Linked document
« Reply #4 on: October 25, 2012, 05:52:00 pm »
It would be a very nice improvement to see the Documents behind elements. should not be so difficult to adapt the VICON in flsgs to elements :-)
Enterprise Architect in "safetycritical development" like medical device industry. My free Add-in at my Website

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +396/-301
  • I'm no guru at all
    • View Profile
Re: Linked document
« Reply #5 on: October 25, 2012, 06:10:47 pm »
You should send an official feature request (and optionally start a poll in the Suggestions board).

q.