Book a Demo

Author Topic: How can we integrate element change notifications  (Read 3871 times)

fausto bertoli

  • EA User
  • **
  • Posts: 65
  • Karma: +0/-0
    • View Profile
How can we integrate element change notifications
« on: April 23, 2011, 02:16:23 am »
Normally whenever a requirement changes as well adefect or test, the SDLC topols should nitify such event to the element owner by email.
How can we do that with EA?
Internally, within VBscript, creating outlook email objects or externally by means of a batch application monitoring element changes?
Tnanks in advance for your answer.
Fausto

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: How can we integrate element change notificati
« Reply #1 on: April 27, 2011, 02:13:41 pm »
Fausto,

EA offers a whole set of event-hooks that you can use to trigger some kind of functionality.
You'll need to create an add-in to be able to use these events.
See Tutorial: Create your first C# EA add-in in 10 minutes
and The complete EA C# add-in template for more info.

Geert
« Last Edit: April 27, 2011, 02:14:28 pm by Geert.Bellekens »