Book a Demo

Author Topic: Information about the changes in EA_OnNotifyContex  (Read 3362 times)

Stefan Bolleininger

  • EA User
  • **
  • Posts: 308
  • Karma: +0/-0
    • View Profile
Information about the changes in EA_OnNotifyContex
« on: May 14, 2012, 10:54:23 pm »
Hello again,

i got a nice little question:
when i get the information of a changed item in EA_OnNotifyContextItemModified i get only the nitification about "ITEM was changed"

Can i also get the information about WHAT has been changed in  the element? The comarision like in baseline or in audit history would be good to get out of the repository.

Greetings

Stefan



Enterprise Architect in "safetycritical development" like medical device industry. My free Add-in at my Website

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Information about the changes in EA_OnNotifyCo
« Reply #1 on: May 14, 2012, 11:02:30 pm »
I think the idea is that you use the EA_OnContextItemChanged to get the "before" image of whatever you are interested in.
Then you can compare that with the changed item in the EA_OnNotifyContextItemModified.

Geert