in SuiteQL is there a way to get the order that ch...
# suiteql
j
in SuiteQL is there a way to get the order that child records appear on a parent record?
s
Yes. Likely you are thinking about transaction. Use Transactionline
SELECT item, itemtype, custcol_weight FROM transactionline WHERE transactionline.transaction = transaction.id
j
not transaction
custom records
custom record as child on custom parent record
s
OK. Which custom parent record ?
j
does it matter? It’s custom to our account, it’s a custom record type I created.