Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
Has anyone worked with creating an object based on an email sent to Windchill? I am wondering if this is possible without too much customization. Specifically I am interested in users being able to create problem reports by sending an email (with a subject, message, and attachments) to WC and having WC automatically create a problem report based on the email contents.
We have a trac server for testing which leverages similar capabilites via an 'email2trac' utility (https://oss.trac.surfsara.nl/email2trac).
Thanks, Max
I did build prototype of exactly same requirement few months back. you can write one java program and run it every hour using windows job scheduler.
Use java.mail API’s to read the email from static email address (Windchill’s email address) and use Windchill API to create the Objects
This seems to be simple and possible without too much customization however it is completely depend on what do you want to read from email.
Hope it helps !!!
Thanks,
Shreyas
If this is a desired capability in Windchill, please consider submitting a Windchill Product Idea for it. Maybe not for the specific need to create a PR or CR, but a general utility making it easier to "configure" the creation of new objects from an email message.
I get asked about creating new Windchill documents via email every once in a while...
-Scott