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.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
NSC | Saved Search to show Items Sold but not yet Billed / Invoiced
Scenario
A user needs to create a Saved Search that shows both:
- Items sold but not yet paid by the customers
- Items sold but not yet paid to the vendors
Solution
This can be accomplished by creating an Item Saved Search with the following details:
- Criteria tab > Standard subtab
- Criteria tab > Summary subtab
- Formula used:
CASE WHEN {transaction.type} = 'Sales Order' THEN {transaction.quantity} END
ABS(CASE WHEN {transaction.type} = 'Sales Order' THEN {transaction.amountunbilled} END)
ABS(CASE WHEN {transaction.type} = 'Purchase Order' THEN {transaction.amountunbilled} END)
- Results tab
- Formula used:
Qty on SO: CASE WHEN {transaction.type} = 'Sales Order' THEN {transaction.quantity} END
Learn how to Refer A Member | Earn the Answer Accepter Badge | Be the Content Creator of the Quarter | Vote for the content you want to see!
0
