Author Topic: Change tagvalue on status change event  (Read 4211 times)

Mauricio Moya (Arquesoft)

  • EA User
  • **
  • Posts: 341
  • Karma: +8/-4
  • EA Consulting and development in Spanish
    • View Profile
    • Arquehub Azure Module
Change tagvalue on status change event
« 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.

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +396/-301
  • I'm no guru at all
    • View Profile
Re: Change tagvalue on status change event
« Reply #1 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.
« Last Edit: November 18, 2015, 10:14:44 am by qwerty »