Michael A
01/17/2024, 9:12 PMSELECT * FROM transaction AS t where t.recordtype = 'workorder'
Work order completions are also on same table:
SELECT * FROM transaction AS t where t.recordtype = 'workordercompletion'
I cannot find the list of routing steps saved on the work order (completed yet or not).
Thank you!