Book a Demo

Author Topic: E-mail notification on model element created/chang  (Read 5511 times)

Stanislaw Tristan

  • EA User
  • **
  • Posts: 35
  • Karma: +0/-0
    • View Profile
E-mail notification on model element created/chang
« on: April 15, 2015, 03:32:45 am »
Hello!
Is it possible to apply e-mail notifications for specific users watched the created or changed model element?

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: E-mail notification on model element created/c
« Reply #1 on: April 15, 2015, 03:46:54 am »
If you write a little add-in that watches EA_OnPostNewElement and E_OnContextItemChanged, sure.

q.
« Last Edit: April 15, 2015, 03:47:29 am by qwerty »

Stanislaw Tristan

  • EA User
  • **
  • Posts: 35
  • Karma: +0/-0
    • View Profile
Re: E-mail notification on model element created/c
« Reply #2 on: April 15, 2015, 04:21:51 am »
Thank you, yes addin will solve this task

PHS

  • EA Novice
  • *
  • Posts: 11
  • Karma: +0/-0
    • View Profile
Re: E-mail notification on model element created/c
« Reply #3 on: April 15, 2015, 07:20:43 pm »
Are there any ready solutions available, I could use, or we have to write it by ourselves? :)
By the way, it would be very useful functionality. I'm looking forward to see such notifications as default in EA.

Regards,
Piotr

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: E-mail notification on model element created/c
« Reply #4 on: April 15, 2015, 07:54:00 pm »
I guess not, but that's usual hand craft. See Geert Bellekens blog about writing an add-in in 10 minutes.

q.

PHS

  • EA Novice
  • *
  • Posts: 11
  • Karma: +0/-0
    • View Profile
Re: E-mail notification on model element created/c
« Reply #5 on: April 15, 2015, 08:00:28 pm »
Thank you, I didn't know this blog. Seems to be a great source of knowledge :)

Stanislaw Tristan

  • EA User
  • **
  • Posts: 35
  • Karma: +0/-0
    • View Profile
Re: E-mail notification on model element created/c
« Reply #6 on: April 15, 2015, 08:40:37 pm »
For add-in creation the built-in help is a good source as well as the code samples that can be downloaded from official site

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: E-mail notification on model element created/c
« Reply #7 on: April 15, 2015, 08:47:35 pm »
Quote
Thank you, I didn't know this blog. Seems to be a great source of knowledge :)
Thanks :)

I think you should be able to whip something up in less then half a day.

Geert

mrblack12

  • EA User
  • **
  • Posts: 67
  • Karma: +0/-0
    • View Profile
Re: E-mail notification on model element created/c
« Reply #8 on: April 17, 2015, 11:43:41 pm »
As it so happens I'm looking for the same functionality. Would be greatly appreciated if some basic alerting function on changing of elements is available on short notice... ;D

Many thanks in advance!

Rick