What table are payments in?

I found invoices in AP_InvoiceHeader that move to AP_InvoiceHistoryHeader table after the invoice posted, but I cannot find any documentation on where to find payments.

I created a Visual Integrator job that imports our credit card transactions as invoices and I want to also import payments, but can't seem to find documentation on the table structure.

I found the File Layouts and Program Information under Sage 100 resources, but it is next to useless to explain table structure.

I've dumped every table in the AP module into Access with an ODBC connector and can't seem to find the company's payments.

Can anyone shed any light on where transaction type Payments are housed?

Parents
  • 0
    AP_TransactionPaymentHistory     would be a good place to start      
  • 0 in reply to BigLouie

    Thank you, yes I do see payments in AP_TransactionPaymentHistory with TransactionType = P

    Odd that ApplytoInvoice is null yet I see the payment applied.

    It must be applied based on merely the fact that the Invoice numbers between Type=I and Type=P are the same.

    Working on my Sage Visual Integrator job to mark these invoices as paid.

    I guess I will start trying to import payments into AP_TransactionPaymentHistory.

    I wish I new what the AP_TransactionPaymentHistory CheckType letters meant.   

    Is there any schema or table structure documentation for VI import jobs that you know of, or trial and error?

      

Reply
  • 0 in reply to BigLouie

    Thank you, yes I do see payments in AP_TransactionPaymentHistory with TransactionType = P

    Odd that ApplytoInvoice is null yet I see the payment applied.

    It must be applied based on merely the fact that the Invoice numbers between Type=I and Type=P are the same.

    Working on my Sage Visual Integrator job to mark these invoices as paid.

    I guess I will start trying to import payments into AP_TransactionPaymentHistory.

    I wish I new what the AP_TransactionPaymentHistory CheckType letters meant.   

    Is there any schema or table structure documentation for VI import jobs that you know of, or trial and error?

      

Children