Current State
We use the Print Routing to send out the Purchase Order. When we were setting up with the consultant at implementation, he had me populate the ‘Vendor Email’ field with the PO email address and set the APR up to use the ‘Calc_Email’ that is available in the PO_Header table associated with the Report Style/RDD. Now the company is looking to automate the emailing of remittances as well but not to the extent of using EDI currently. They want a similar design as Purchase Orders in that they hit print and it sends it off via routing.
Issue
The problem I hit was that there is only a single email field on the Vendor file. This is already being used by the Purchase Order email field and functionality. My initial thought was to create a UD field to break these emails out and use this email for the corresponding routing. I’m not able to get the UD field to come through despite altering the RDD to include the Vendor table and the relationship be (Company/VendorNum). I’m not encountering errors any longer but despite the BAQ showing data in the UD column, the SSRS report or emails are populating with the correct test data. I attempted to simply test the data in the email, didn’t get anything, then tried to alter the SSRS report query to JOIN the Vendor table and maybe all the data would be seen then but the report didn’t pull any values either.
Email data
BAQ Data
![]()
RDD Screen
What’s the Vendor_UD table for? Did I associate it correctly or is it even needed? I tried to copy the system made relations but also read that users select ‘output’ instead of ‘definition only’, did I do that incorrectly?
Alternate Route?
In researching this, I found that others used the Vendor Contact table to send the emails to. How do you accomplish that so it doesn’t send to every one of the contacts associated with the Vendor? You aren’t able to write code within the APR module from what I recall.
Any tips would be really appreciated! I haven’t had much luck on the Education site either in the terms of RDD manipulation outside of the SSRS report.



