Join Slack
Powered by
Hi All, what would be the best way to write a quer...
# suiteanalytics
h
huzaifa
12/21/2022, 6:45 PM
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
Shawn Talbert
12/21/2022, 9:30 PM
something like
select * from transactionlines where type = ordertype
👍 1
Shawn Talbert
12/21/2022, 9:30 PM
and if you want body fields as well, join to the
transaction
table
Open in Slack
Previous
Next