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!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Custom Item Field Formula Equalling a Specific Unit Price
Is it possible to have a custom item field with a formula that returns the unit price of a specific price level?
I've been able to accomplish the same result using a saved search using the following formula:
CASE {pricing.pricelevel} WHEN 'Special Clearance Price' THEN ABS({pricing.unitprice}) ELSE 0 END
The saved search method will not work for my task because I need two price levels (MSRP and Special Clearance Price) on a each result row. To accomplish this I group the items by their internal IDs. This means that all other fields in the results must also be calculations. Additional text fields are needed in the results and the formula text function has a limit of 1000 characters. Some of my text fields contain more than 1000 characters