How to set Adjustment flag when importing duplicate AP invoice

I have created a VI job to import AP invoices into Sage 100 Advanced 2014. The import is working with the exception of when an invoice has already been imported, it does not show "Adjust" in the data entry file or on the register. The only place I have found any indication of the duplication is in the VI job log if you click on the header record, it will display a warning next to the invoice number. It is not practical to click on every header record in the import to find this information.

Can someone assist me in configuring the VI job to note that if an invoice exists in history, the invoice will be noted as an adjustment?

Thanks.

  • 0

    When you say "invoice has already been imported"  does this mean it has been posted or not? There is a column for Adjustment so in your source file you would need some type of flag that would signal the import to set Adjustment to Y.

  • 0 in reply to BigLouie

    The invoice has already been posted. They are not trying to adjust an invoice, so there would be nothing in the source file to indicated it is an adjustment. They are wanting some type of notification that the invoice already exists in history so they do not re-import the same invoice twice.

  • 0 in reply to JoLynn

    In that case you would need some type of perform logic to skip if it exist in history.  Perform logic for AP to do this was one of the first perform logics written by Slade.  Not sure if there is a current version floating around out there or if there is a flag in VI now. If this is JoLynn the reseller, ask Scott Brady at Sage, he would know.