Hi Everyone,
I’m trying to create a APR that can send an email with a already existing Attachment.
I’m just not sure how to do it. I dont want it to also send a different report, so I’m leaving Report location open. But Epicor doesn’t like this.
It breaks on CustNum, then takes a attachment from Attachment table Customer
using Key fields and then Custnum again
When I run it, it gives the following error:
“Program Ice.Services.Lib.RunTask when executing task 2927625 raised an unexpected exception with the following message: RunTask:
Ice.Core.SsrsReportService.ReportExecutionSoapException: Exception of type ‘Ice.Core.SsrsReportService.ReportExecutionSoapException’ was thrown.
SOAP Fault: System.Web.Services.Protocols.SoapException: The operation you are attempting on item ‘/’ is not allowed for this item type. —> Microsoft.ReportingServices.Diagnostics.Utilities.WrongItemTypeException: The operation you are attempting on item ‘/’ is not allowed for this item type.”
I think it is because I havent filled in a reportlocation.
Does anyone know a way around this?