Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Please note that on Saturday, April 11, 2026, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 30 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
NSC | SuiteAnalytics Connect: NetSuite.com to NetSuite2.com Schema > How to get Opportunity Records
The NetSuite.com data source is no longer supported in 2025.1 and will be removed in 2026.1. You should use the NetSuite2.com data source when working with SuiteAnalytics Connect to avoid any disruptions. For more information, see SuiteAnalytics Connect NetSuite.com Data Source End of Support.
On NetSuite.com Schema:
SELECT TRANSACTION_TYPE, STATUS, TRANID, ENTITY_ID, CREATED_BY_ID from TRANSACTIONSWHERE TRANSACTION_TYPE IN ('Opportunity');
NetSuite2.com Schema Equivalent:
SELECT type, status, id, entity, createdby FROM transaction WHERE type = 'Opprtnty';
—
Do you know any other useful tips related to SuiteAnalytics? Feel free to share it with the Community!
Refer a Member to the Community | Earn the Answer Accepter Badge | Vote for the contents you'd like to see
0
