Is there a way to grab the "Apply" items from a "C...
# suiteql
r
Is there a way to grab the "Apply" items from a "Credit Memo" using SuiteQL?
b
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
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