Skip to main content
1-Visitor
April 10, 2020
Question

EmailMessage sent to queue event?

  • April 10, 2020
  • 2 replies
  • 1717 views

I have looked for a few days with nothing definitive so far. I am looking for a possible event to listen for when notifications or emails are sent to the email queue. Has anyone worked with this topic before. Thank you in advance.

2 replies

Support
April 13, 2020

Which product?

Shugo1-VisitorAuthor
1-Visitor
April 13, 2020

Sorry I thought I added it in the tags, it is for Windchill 11.0

10-Marble
April 21, 2020

You can add Aspectj to your solution. With Aspectj you can intercept every method within Windchill out of the box code and even modify parameters or the result or like in your code add additional code to fire an own event.

https://www.eclipse.org/aspectj/

 

use wfcustomevent to emit your own event