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!
Workflow Formula - Add decimal fields
I'm trying to set a field value in workflow. I'm working on a custom record. I have one field (Field A) that the user enters a decimal value in. After Edit of Field A, I'd like to populate another field (Field as Field A + 2000. I could swear I've done this hundreds of times before, but when I choose to populate with the formula {fielda} + 2000, I'm simply having 2000 appended onto the end of the value. So if Field A is 2000, instead of getting 4000, I'm getting 20002000. The formula works if I multiple, or subtract. It also works as a result field on a saved search. I've also trued SUM({fielda},2000) and I get the same result.