Sparx Systems Forum

Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: Mauricio Moya (Arquesoft) on November 18, 2015, 07:24:17 am

Title: Change tagvalue on status change event
Post by: Mauricio Moya (Arquesoft) on November 18, 2015, 07:24:17 am
My client has 100+ users and is using EA 12. He needs to set a tagvalue when the status of an element in a Kanban diagram changes.

Is it possible in version 12 to have an event listener or something like that that detects the element status change and execute some script?

Have in mind that there are many users and it is too time expensive to install an add-in in every computer.

The ideal solution is to use something similar to a Workflow script (that works completelly in EA without installing additional software).

Any idea?

Thanks in advance.
Title: Re: Change tagvalue on status change event
Post by: qwerty on November 18, 2015, 10:10:49 am
You need to write an add-in that listens to EA_OnContextItemChanged. Shouldn't be too difficult.

You might eventually be interested in this: http://bellekens.com/ea-matic/

q.