Book a Demo

Author Topic: Is there an easy way to show Object ID in the properties window?  (Read 7498 times)

Richard Freggi

  • EA User
  • **
  • Posts: 498
  • Karma: +18/-7
    • View Profile
Is there an easy way to show Object ID in the properties window?
« on: February 05, 2020, 02:27:38 pm »
I have the properties window docked on the side of the screen.  it shows lots of useful info for every element, including GUID.  My team uses Object IDs a lot instead of object names because the IDs are easy to remember 4-digit numbers instead of complicated names.  GUIDs are too long and complex for this.  We obviously list the Object ID in our SQL queries, but is there a easy way to have it displayed in the Property window instead of GUID, so we can see it real time?  Thanks!

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Is there an easy way to show Object ID in the properties window?
« Reply #1 on: February 05, 2020, 03:25:59 pm »
No there isn't, and be careful with those ID's, they are not stable.

There are a number of situations where such an ID could change.
The GUID is guaranteed to stay the same.

Geert

Richard Freggi

  • EA User
  • **
  • Posts: 498
  • Karma: +18/-7
    • View Profile
Re: Is there an easy way to show Object ID in the properties window?
« Reply #2 on: February 05, 2020, 03:52:13 pm »
No there isn't, and be careful with those ID's, they are not stable.

There are a number of situations where such an ID could change.
The GUID is guaranteed to stay the same.

Geert

Wow thanks!  We use Object IDs quite often, especially for real-time discussions.  Do you know likely scenarios where Object ID can change?

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Is there an easy way to show Object ID in the properties window?
« Reply #3 on: February 05, 2020, 03:54:00 pm »
No there isn't, and be careful with those ID's, they are not stable.

There are a number of situations where such an ID could change.
The GUID is guaranteed to stay the same.

Geert

- XMI export/import
- Version control check-out/check-in (also basically XMI export/import)
- There is also a function to re-number the ID's. (don't remember where to access that exactly)

Geert

Wow thanks!  We use Object IDs quite often, especially for real-time discussions.  Do you know likely scenarios where Object ID can change?

Richard Freggi

  • EA User
  • **
  • Posts: 498
  • Karma: +18/-7
    • View Profile
Re: Is there an easy way to show Object ID in the properties window?
« Reply #4 on: February 05, 2020, 04:26:31 pm »
Many thanks!!

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Is there an easy way to show Object ID in the properties window?
« Reply #5 on: February 05, 2020, 05:19:07 pm »
One thing that's an easy substitute for object ids would be to add an auto-number on the alias. You can still have your 4 digit id (maybe with a prefix to denote the type) it's visible in properties, default searches and can be added to your own searches.

Modesto Vega

  • EA Practitioner
  • ***
  • Posts: 1183
  • Karma: +30/-8
    • View Profile
Re: Is there an easy way to show Object ID in the properties window?
« Reply #6 on: February 05, 2020, 06:54:47 pm »
One thing that's an easy substitute for object ids would be to add an auto-number on the alias. You can still have your 4 digit id (maybe with a prefix to denote the type) it's visible in properties, default searches and can be added to your own searches.
Is this new to version 15.1?  Was it available in previous versions v13 and v14?

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Is there an easy way to show Object ID in the properties window?
« Reply #7 on: February 05, 2020, 07:25:13 pm »
One thing that's an easy substitute for object ids would be to add an auto-number on the alias. You can still have your 4 digit id (maybe with a prefix to denote the type) it's visible in properties, default searches and can be added to your own searches.
Is this new to version 15.1?  Was it available in previous versions v13 and v14?
This has been available since like forever  :)

Geert

Richard Freggi

  • EA User
  • **
  • Posts: 498
  • Karma: +18/-7
    • View Profile
Re: Is there an easy way to show Object ID in the properties window?
« Reply #8 on: February 05, 2020, 08:03:30 pm »
One thing that's an easy substitute for object ids would be to add an auto-number on the alias. You can still have your 4 digit id (maybe with a prefix to denote the type) it's visible in properties, default searches and can be added to your own searches.

Great idea!  Thanks!