Is there a way to grab the "Apply" items from a "Credit Memo" using SuiteQL?
b
Bryan Miller
05/13/2025, 3:38 PM
I would guess from either nextTransaction or previousTransaction so join join transaction to transaction line and then join next/previous to transaction line
🎯 1
r
Ryan
05/14/2025, 8:11 PM
Hm...it seems like TransactionLine only contains Line Items not Apply Items. I ended up just using record.load in a SuiteScript to grab the data