I’m trying to join an Invoice to the Sales Order t...
# suiteanalytics
e
I’m trying to join an Invoice to the Sales Order that it was created from using SuiteQL. I’m finding that the “sourcetransaction” field is not populated and I don’t see any other fields on the transaction table that joins these tables.
Copy code
SELECT 
inv.id,inv.sourcetransaction
from transaction inv
where rownum <= 100
and inv.sourcetransaction IS NOT NULL
t
e
Thank you! I guess the sourcetransaction column has been abandoned.
m
I think sourcetransaction is for revenue elements