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!
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!