Book a Demo

Author Topic: Default Tags by element type  (Read 3648 times)

leonhardtk

  • EA User
  • **
  • Posts: 21
  • Karma: +0/-0
    • View Profile
Default Tags by element type
« on: May 02, 2025, 12:50:13 am »
I've just discovered that each element type has a set of default Tags, that are stored in the t_objectproperties table.  These default tags show up in the Properties panel in the Properties panel but not in the Element Tags panel.  It also doesn't appear that I can add a tag Note to these default tag.
 1.  How can I find out where these default tag are defined for each element type?
 2.  Can I edit (add/remove, set default Values) for these pre-defined tags?
 3.  Can I exclude the non-null default tags from my HTML report?
      - Not pertinent to original question, but can I exclude certain custom tags from my html report?

I'm currently using Sparx EA 16.0.2605

Thanks in advance for any assistance.

EXAMPLE:
add a "Project::Change" element to a diagram, then select the element and open the Properies panel

Observe: Below the General panel is a new panel unique to "Project::Change" element:

<<Change>> (From Project)
Priority
Complexity
TimeTaken
TimeToComplete
DefinitionOfDone     <memo>
Done                      false

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13471
  • Karma: +571/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Default Tags by element type
« Reply #1 on: May 02, 2025, 06:15:19 pm »
These tagged values are actually properties of the stereotype.

You can make you own stereotypes to add or remove tags.

See https://sparxsystems.com/enterprise_architect_user_guide/17.0/modeling_frameworks/mdgtechnologies_2.html for more information.

Geert

leonhardtk

  • EA User
  • **
  • Posts: 21
  • Karma: +0/-0
    • View Profile
Re: Default Tags by element type
« Reply #2 on: May 02, 2025, 09:09:16 pm »
Thanks!  I'll take a look at this.