Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Using SuiteQL, I wish to get the source Estimate transaction that created the Sales Order.
Within NetSuite's reporting features I can get the source transaction of a Sales Order using 'createdfrom'. I need to know the Estimate transaction related to the Sales Order from with SQL. transaction.sourcetransaction is always null.
The report I'm trying to create is to show the detail of an estimate that has been converted into a Sales Order. this solution will eventually end up in a script, thus I'm avoiding the report writer.
Thank you in advance for any assistance that can be provided.