Hi, I have created a simple excel plugin layout for the Purchase_Receipt_Rep order report but nothing happens when I print and choose ‘Email Report’. Is there something that needs to be setup on the server to allow the Excel plugin or is my xml wrong?
Page 1 / 1
Hi,
In order for this to work you need to print to a logical printer. Normally for just sending an email you need to print to the NO_PRINTOUT logical printer.
So make sure,
When you select the ‘Email Report’ from your application a print job is placed for a logical printer. If you are printing from the Print Dialog, you can just press OK.
From the Print Manager check if the print job is there and if the job completes successfully and the job is not errored out.
Check your mail server setting. Maybe the connect MAIL_SENDER is not properly configured. If this is the case the application message created in OUT or NOTIFICATION queue will be errored out. Check the states there.
Check if you mail server allows sending mails to the email domains that you have given. Some companies blocks sending mails to outside email address.
Hope this helps to solve your issue.
Regards, Chanaka
Hi Chanaka,
Thanks for you response. I checked the Print Manager as you suggested and found the following entry. Have you any suggestions on what I need to do to fix this?
Regards
Mark
Hi,
It’s hard to tell with just the screenshot. If you hover on the message column or increase the width you should see the full error message or query the print_job_tab for the print key and see the full message.
My guess is that there was an error when the plugin class was been initiated. It’s different for tracks.
I’ve checked on the screen and in the print_job_tab and there isn’t any more information for the error
We are running Apps 8 and you mentioned for that the below plugin class ifs.application.printagentservice.impl.extendedformatter.excelplugin.SimpleExcelPlugin.
Is there anything for me to look at with that or do you think it is just my xml for the Purchase_Receipt_Rep, (see attached). I’ve renamed from .rpl to .txt to allow it to be attached.
Hi,
In your RPL that is attached to this thread the plug-in class is