Book a Demo

Author Topic: connector visibility - what table in EA schema records the info ?  (Read 2759 times)

Amaurilo

  • EA Novice
  • *
  • Posts: 11
  • Karma: +0/-0
    • View Profile
Hi,

I'm writing an application to retrieve info directly from EA's schema.
I need to discover what table is used to record the visibility status of a connector in a diagram.

Tried styleex on t_diagram with no sucess
Got the info on t_diagramlinks but the field "hidden" allways shows "0" despite the actual visibility condition.

Any help?

Regards
Amaurilo

 

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: connector visibility - what table in EA schema records the info ?
« Reply #1 on: December 05, 2018, 05:29:58 am »
Just verified: it's in t_diagramlinks.hidden. If you test it, be sure to save the diagram after hiding a connector. Only the you have an entry in t_diagramlinks.

q.

Amaurilo

  • EA Novice
  • *
  • Posts: 11
  • Karma: +0/-0
    • View Profile
Re: connector visibility - what table in EA schema records the info ?
« Reply #2 on: December 05, 2018, 06:54:01 am »
Thanks !!!!

saving the diagram did the trick.