My Stuff
Please note that on Friday, September 19, 2025, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 4 hours. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
Comments
-
Much appreciated. It was in fact the Expenses tab that was tripping me up. I had to additionally expand (as indicated in the picture) so that I could see the tabs separately because I could not see "Expenses" and it wouldn't scroll to it when I moved my mouse to the edge of the list. However, this did the job.
-
Actually, I was able to trace the path today. The query below is very specific (test), but it links lines on my waves to lines on my sales order. It was that pickaction table that I was hunting for. SELECT tl.item FROM transaction wave JOIN picktask pt ON wave.id = pt.wave JOIN pickaction pa ON pa.picktask = pt.id JOIN…