We have ARM (advanced revenue management) Can anyo...
# suiteql
j
We have ARM (advanced revenue management) Can anyone give me the chain of tables and joins I can use to get from the revenue recognition journal back to the original invoice line? (using the netsuite2.com schema or suiteql schema)
t
@Jon Kears Take a look at the RevenueElement table, and the "revenueelement" column on the TransactionLine table. That might help get you started.
j
weirdly, revenueelement is blank on the TransactionLine I'm wondering if I have to go to previous transaction to get the RevenueArrangement somehow? in the netsuite.com datasource, I was joining from transaction_lines to transaction_links and then on the linked transaction joining on revenue element
but it's not clear to me how I join transactionLines to PreviousTransactionLineLink (if that's even where I need to join to)