Skip to main content
Solved

APPS 9: External Custom Invoice Upload - How can i upload an invoice with 2 rows?

  • June 7, 2021
  • 9 replies
  • 237 views

Forum|alt.badge.img+11

We load invoices to IFS using the external customer invoice load assisant.

However, we have an issue were we have invoices with 2 rows (Product line and charge line). It doesnt like as it sees the invoice ID on there twice and gives an error.

Is there a way of uploading the rows but having the same invoice ID?

Thanks

Best answer by MKG019

Hi,

It works with item id and row id combination (in template details ) i.e. if you have 2 invoice & posting line you can add item id 1 and 2 in two line and keep Row id empty and if you have 1 invoice line and multiple posting line you can add item id 1 and in Row id 1, 2,3 respectively till posting gets balanced.

Attach is one example of 2 invoice line and posting line sample file.

Regards,

Mukesh Gupta

This topic has been closed for replies.

9 replies

MKG019
Hero (Partner)
Forum|alt.badge.img+13
  • Hero (Partner)
  • 85 replies
  • June 7, 2021

What File template and record type file you are using, HIPT or A type.

If you are using A type record then in the file template "Allow Multiple line"  create detail function set as default TRUE or pass the same TRUE in input file and then upload the file.

If you are using HIPT then based on I line item id you will be able to create the posting P and Tax T line easily.

Regards,

Mukesh Gupta

 


Forum|alt.badge.img+11
  • Author
  • Sidekick (Customer)
  • 126 replies
  • June 7, 2021

Great sounds good

Am currently using A type

Where do i find the ‘Allow Multiple Line’ function?

 

 

 


MKG019
Hero (Partner)
Forum|alt.badge.img+13
  • Hero (Partner)
  • 85 replies
  • June 7, 2021

Go to detail tab 


MKG019
Hero (Partner)
Forum|alt.badge.img+13
  • Hero (Partner)
  • 85 replies
  • June 7, 2021

see the attached file with sample data


MKG019
Hero (Partner)
Forum|alt.badge.img+13
  • Hero (Partner)
  • 85 replies
  • June 7, 2021

Few corrections sample file is of Supplier Invoice and not of Customer Invoice.

Regards,

Mukesh


Forum|alt.badge.img+11
  • Author
  • Sidekick (Customer)
  • 126 replies
  • June 10, 2021

Okay i followed the same setup, added the MULTIPLE_LINES_ALLOWED in the template:

But still when load the file, the 2nd lines are ignored giving me a single line invoice.

Does there need to be a ROW ID in the input file?

 

 

 

 

 

 


MKG019
Hero (Partner)
Forum|alt.badge.img+13
  • Hero (Partner)
  • 85 replies
  • Answer
  • June 10, 2021

Hi,

It works with item id and row id combination (in template details ) i.e. if you have 2 invoice & posting line you can add item id 1 and 2 in two line and keep Row id empty and if you have 1 invoice line and multiple posting line you can add item id 1 and in Row id 1, 2,3 respectively till posting gets balanced.

Attach is one example of 2 invoice line and posting line sample file.

Regards,

Mukesh Gupta


Forum|alt.badge.img+11
  • Author
  • Sidekick (Customer)
  • 126 replies
  • June 10, 2021

Thanks for your help. I now have an issue where the invoice header takes the first line from my input file, ignores the second line (Same INVOICE, different ROW ID)

I want the header line which has the same invoice no. to be a total of the two lines.

Am i able to do this as part of a function??


Forum|alt.badge.img+11
  • Author
  • Sidekick (Customer)
  • 126 replies
  • June 10, 2021

Dont worry, my mistake i found that i was using ROW ID when i should have been using ITEM ID!

Thanks for your help