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!
Battling with data type for a custom Integer Number field
Hi all
I am hoping someone can help me.
I have a custom record on my account that logs scores from a web form. These are all held in individual Integer Number fields and I want to create an average score with my script based on the number of answers given.
Being SuiteScript2.0 I was under the impression that the data type should be consistent with the field type so that the getValue for these integer fields will already be a number type, however this does not seem to be the case. I have logged various parts of this script and the getValue is working (for example I set the field value of 'custrecord_cs15_inc_everything' to 8, and it logs 8 for quoteIncludeAll), bit when I get to the if(xxxxxxxx > 0) bit it doesnt recognise this as a number so the 'if' is always false.