I would like to be able for Current Epicor Session User email address to be available in SSRS Breaking/Routing.
OrderAck form is being emailed to a customer through SSRS Breaking/Routing.
If I can find a table to include in RDD that contains information about current session UserID, I can create a relationship of that table and UserFile table to get an email address.
Which table available for RDD contains this information and how can I link it with OrderHed?
I’ve tried SysAgent, SysRptLst, SysTask, and UserComp. Does not seem to be working.
CallContextClientData table can bring CurrentUserID into RDL but how do you make it available in Routing?
You should be able to use the UserComp table with the criteria DcdUderID = BAQ Constant and choose CurrentUserID. You can then link that to UserFile DcdUserID = DcdUserID and pull the EMailAddress field from UserFile
I found out that sometimes different people enter orders, and different contact the customer. that’s why I would like to have the current session user to get a copy of an order, not necessarily a person who entered it.
this solution works perfectly in ARForm, Thank YOU!!! (that’s next on my list and it’s solved already
unfortunately it doesn’t work the same in OrderAck