Book a Demo

Author Topic: General Types  (Read 3531 times)

mark.tootell

  • EA Novice
  • *
  • Posts: 13
  • Karma: +0/-0
    • View Profile
General Types
« on: April 26, 2014, 01:00:23 am »
Hi
I know that the "General Types" can be modified via "Settings>Project Types" on the EA menu bar but I was wondering whether it can be done programmatically via an add-in?
I am writing an integration add-in that will integrate our requirements management tool with EA and want to give the user the option to map the requirement and status types to those in the RM tool.

I'm also interested to know whether types that are specific to requirement properties .e.g. difficulty, can be modified in the same way?

Thanks

Mark

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: General Types
« Reply #1 on: April 26, 2014, 02:54:25 am »
I guess the most easy way here is to directly fiddle with the tables that store the desired information. They are all plain tables with no (obvious) secrets and you should run in no trouble dealing with them.

q.

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: General Types
« Reply #2 on: April 28, 2014, 09:50:16 am »
Repository.GetReferenceList will help with some of these