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!
Calculation not working properly...?
Hi,
I am executing this code below by way of a custom workflow action and for whatever reason the total of the calculation is showing as a string and not a number. i.e. the error I get is: "You have entered an Invalid Field Value 012150.00200.0012350.00150.00 for the following field: custbody_gross_profit". It should in fact be the sum of those values.
Its obviously concatenating the numbers rather than adding them? Am I being slow?
There is a more complex calc to follow but in the meantime this should just add up the amount field on a transaction... shouldn't it?