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.
'Averagecost' field from Inventory Item returning as NaN in 2008.2
The 'averagecost' field from an Inventory Item is returning as NaN in client script functions in 2008.2 for me. I've got an item that has a 'averagecost' of $2000. If you look at a variable that has been equated to 'averagecost' from the Inventory Item in FireBug it shows as "2,000.00". If you run isNaN() function againt the variable it returns 'true'. If you run parseFloat() against the variable it returns '2'. I've filed a case / defect, but hoping someone has an idea for a workaround. I need to take 'averagecost' and perform some math on it. Doesn't work