| Re: Consolidated Invoice upload There is an Invoice XML which I would advise you use.
Otherwise, it is just the INVOICE, INVOICE_LINEITEM, INVOICE_REFNUM and INVOICE_STATUS tables that you need to focus on.
Make sure up upload a PARENT INVOICE record first. THis is just like any other, except it has a consolidation type of PARENT.
Then within the same CSV file, you can upload the CHILD invoices. They will have a consolidation type of CHILD, and a PARENT_INVOICE_GID of the PARENT invoice.
Hope this helps. |