RE: Identifying NetSuite Accounts payable open invoices for reporting

WHERE

  STATUS <> ‘Paid In Full’

  AND IS_ACCOUNTS_PAYABLE = TRUE

  AND is_non_posting = ‘No’

In the above, I am filtering the transactions and transaction_lines tables.

Does anyone know if the above filters are correct?

ddumas Rookie Asked on March 28, 2023 in Accounting.
Add Comment
3 Answers

yeah – those filters seem to be correct, when compared to the NetSuite “stock” AP aging report

 

Rookie Answered on March 29, 2023.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.