Aaron Lozier
06/17/2021, 10:30 PMSELECT * FROM Transaction WHERE type = 'ItemShip' ORDER BY trandate DESC
Aaron Lozier
06/17/2021, 10:37 PMxxxxx
, you would use this query to get IF ids:
SELECT Transaction.ID FROM Transaction INNER JOIN TransactionLine ON TransactionLine.Transaction = Transaction.ID WHERE TransactionLine.CreatedFrom = 'xxxxx' AND Transaction.Type = 'ItemShip' GROUP BY Transaction.ID