Retrieve Messages from Process Flow Inbasket?

 3 Replies
 0 Subscribed to this topic
 52 Subscribed to this forum
Sort:
Author
Messages
Jonathan
Basic Member Send Private Message
Posts: 9
Basic Member
On the left hand side of the inbasket, I have a link called "Messages" where you can attach or view messages saved with the workunit.you are viewing.  What table are these messages stored in?  I looked in all the WF* tables in Logan and I don't see a place for them.  Thanks.
Sam Simpson
Veteran Member Send Private Message
Posts: 239
Veteran Member
Did you check WFWUMSGHDR and WFWUMSGDTL?
Deleted User
New Member Send Private Message
Posts: 0
New Member
The tables are LOGAN.WFMSGHDR and LOGAN.WFMSGDTL. We are using them successfully.
Jonathan
Basic Member Send Private Message
Posts: 9
Basic Member
Those tables have what I need. I guess I missed them before. Thank you.