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.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
NSC | Retrieve Item Details and Quantities from Transaction Lines Using SuiteQL
Scenario
A user wants to review transaction line data and identify which items were used on transactions, along with the item name and quantity.
This is useful when creating a report or SuiteQL query that shows item-level transaction details, such as items sold, purchased, fulfilled, received, or otherwise referenced on transaction lines.
Return transaction lines where an item is present, including:
Information Needed | Description |
|---|---|
Transaction Internal ID | The internal ID of the transaction |
Item Internal ID | The internal ID of the item on the transaction line |
Item Name | The display name of the item |
Quantity | The quantity entered on the transaction line |
0
