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

sql query used on netsuite tables imported into the data warehouse

Rookie Answered on March 29, 2023.

Sorry, I don’t. I will delete my answer and allow someone else to answer.

on March 29, 2023.
Add Comment

Your Answer

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