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!
Saved Search | Show Only Specific Price Levels in Item Saved Search
Scenario
Using an Item Saved Search, users can add the Other Prices field in the Results tab.
Adding this field will show ALL the other Price Levels.
This may not be feasible for accounts with a lot of Price Levels.
Solution
In an Item Saved Search, you can use a Formula (Currency) field to get only the Price Levels needed.
This is the formula that can be used:
- CASE WHEN {pricing.pricelevel} = 'Name of Price Level' THEN {pricing.unitprice} ELSE 0 END
Note: Change the 'Name of Price Level' with the exact name of the specific Price Level that you want to show in the results of the search. This is