EmailMessage sent to queue event?
‎Apr 10, 2020
06:40 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Apr 10, 2020
06:40 PM
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
‎Apr 13, 2020
10:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Apr 13, 2020
10:18 AM
Which product?
‎Apr 13, 2020
10:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Apr 13, 2020
10:21 AM
Sorry I thought I added it in the tags, it is for Windchill 11.0
‎Apr 21, 2020
01:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Apr 21, 2020
01:19 AM
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
