Printing and Routing using callContextClientData?

New to using Breaking and Routing, but I do not see a way to tie the callContextClientData to UserFile (for email address) in Routing and Breaking. I can do with the ChangedBy/CreatedBy fields but not the user actually doing the reporting so they get a copy of the report/pdf.

:thinking: :face_with_diagonal_mouth: :exploding_head:
Anyone with ideas?

Most RDDs have at least one table that has a calculated field UserID, you can then relate UserFile to get the current users email

4 Likes

Nice! Thank you found Calc_RptUserID on Customer table to link to UserFileList :slight_smile:

2 Likes

Another approach IF your Epicor user ID’s match your email addresses… you can “Insert System Constant” and pull in the “CurrentUserID”. Then just append to the value to complete the email address with your @whatever.whatever

image

1 Like

Very true, but just in case they ever don’t linking back to the EMailAddress in the UserFile, I avoid someone not doing what they should and breaking it :slight_smile:

1 Like