My Stuff

Tim Miller Green Ribbon

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…