cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X

EmailMessage sent to queue event?

Shugo
6-Contributor

EmailMessage sent to queue event?

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.

3 REPLIES 3
slangley
23-Emerald II
(To:Shugo)

Which product?

Shugo
6-Contributor
(To:slangley)

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

loomax68
5-Regular Member
(To:Shugo)

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

 

Top Tags