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!
NetSuite added .0 in suitelet fields
I have a suitelet with fields in sublist (some fields are hidden), for some reason, without updating the scripts, some users reported that some fields started to appear with .0 at the end.
For example, I have a text field "Parcela", this field should be filled with 1, but in the suitelet it shows 1.0, when we debug the suitelet we can see the correct value
Another example is the hidden field "inst_infoadd", type Select, for some reason the suitelet understands the internalId with .0 at the end, but in debug we see the normal internalId
We noticed that in my netsuite user this only happened in Chrome and Mozila Firefox, in Microsoft Edge everything works fine, but for other users change the browser did not solve the problem.