SuiteQL Default Billing and Shipping Address
Return a customer default billing address, default shipping address or both with SuiteQL while retaining customers without an address.
5 notes in this thread.
Return a customer default billing address, default shipping address or both with SuiteQL while retaining customers without an address.
Group SuiteQL results by calendar month, quarter or year while keeping the output correctly sorted across multiple years.
Filter SuiteQL records by the current month, previous month or a custom date range without losing rows at time boundaries.
Use EXTRACT(YEAR FROM date) and EXTRACT(MONTH FROM date) in SuiteQL to filter, group and compare NetSuite date fields, with TO_CHAR alternatives.
A blank SuiteQL parameter is not equal to an empty string. Learn why optional filters silently remove every row, how to reproduce the problem, and two reliable ways to fix it.