Author Topic: Where can we find Notes  (Read 3121 times)

sravang

  • EA User
  • **
  • Posts: 33
  • Karma: +0/-0
    • View Profile
Where can we find Notes
« on: February 02, 2021, 10:01:46 pm »
In which database table can we find Notes related to that element in sparx database.

Thanks,
Sravan

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13404
  • Karma: +567/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Where can we find Notes
« Reply #1 on: February 02, 2021, 10:13:43 pm »
t_object.note

Geert

sravang

  • EA User
  • **
  • Posts: 33
  • Karma: +0/-0
    • View Profile
Re: Where can we find Notes
« Reply #2 on: February 02, 2021, 10:18:36 pm »
Object_ID
Object_Type
Diagram_ID
Name
Author
Alias
Version
Package_ID
StereoType
Ntype
Complexity
Effort
Style
Backcolor
BorderStyle
BorderWidth
FontColor
BorderColor
CreatedDate
ModifiedDate
Status
Abstract
Tagged
PDATA1
PDATA2
PDATA3
PDATA4
PDATA5
Concurrency
Visibility
Persistence
Cardinality
GenType
GenFile
Header1
Header2
Phase
Scope
GenOption
GenLinks
Classifier
ea_guid
ParentID
Runstate
Classifier_guid
TPos
Isroot
IsLeaf
Isspec
IsActive
StateFlags
PackageFlags
Multiplicity
StyleEx
ActionFlag
EventFlag.

These are the columns I see in t_object table. I don't see note in t_object table

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +396/-301
  • I'm no guru at all
    • View Profile
Re: Where can we find Notes
« Reply #3 on: February 02, 2021, 10:39:52 pm »
That's what EA shows you. Be explicit and use Note as Notes in the query as result column.

q.

sravang

  • EA User
  • **
  • Posts: 33
  • Karma: +0/-0
    • View Profile
Re: Where can we find Notes
« Reply #4 on: February 02, 2021, 10:48:25 pm »
That worked.

Thanks,
Sravan

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13404
  • Karma: +567/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Where can we find Notes
« Reply #5 on: February 02, 2021, 11:54:31 pm »
These are the columns I see in t_object table. I don't see note in t_object table
That is because you are not looking at the actual data, but the data through EA's view.

There is actually an option in the search window that allows you to choose whether to show the full notes, an abstract of the notes, or no notes at all.
If you choose no notes, EA will hide that column from you (based on the name)
Theres similar dark magic that happens with the Object_type field.


Geert