Hi All, what would be the best way to write a quer...
# suiteanalytics
h
Hi All, what would be the best way to write a query to pull all orders and order lines including standard and custom fields (body, column fields)?
s
something like
select * from transactionlines where type = ordertype
👍 1
and if you want body fields as well, join to the
transaction
table