We have an EDI connection with several customers for sending customer invoices. (EDI document 810).
The message set-up for EDI is on the customer record and it appears the configuration would apply to all types of invoices. (Customer Invoice, manual customer invoice, Instant invoices). The problem we encounter is whenever a instant invoice or manual customer invoice is created, the system attempts to send the document vis EDI.
We don’t want to send those kind of invoices as they do not have the correct file format needed to exchange with our customers via the integration that was buildt.
So the question - is there a way in IFS to only send normal customer invoices via EDI only and NOT instant invoices or manual invoices for the EDI customer?
Page 1 / 1
Hi,
We had a similar issue, I think there is a single setup for the EDI per Customer. The solution we have given is to use the Custom menu option, and use Only Invoice Print. I think the system calls the below package and procedure.
IFSAPP.Outgoing_Invoice_API.Print_Invoice_(
Thanks
L P Reddy
Thank you for the suggestion, do you know how to add the package/procedure in the PS/SQL block portion of the custom menu?
Hi,
We have created a Procedure and And called the Procedure in the Custom menu.
Thank you very much for the information. One more question, I set-up the process and it seemed to have worked. It did change the status of the invoice to “Printed”. Is there a way to also post the invoice so that the status is “PostedAuth”?
Thanks!
Mark
HI,
Please check the Voucher Type and the User Group in the procedure. Usually when Customer Invoice Status is Printed that means Invoice has a posting error. Check in the Screen “Customer Invoices with Errors”.
You will get the Errors Mostly because of the User Group if not modified in the script.