What is the prerequisite to set a percentage value...
# suitescript
c
What is the prerequisite to set a percentage value field? I've tried to set values like "22.0%", "22.0" and using the format module. I have even tried it with Number() just to be sure but I can't seem to set the value at all.
b
use setText
c
I'm using the submitFields but I think it's something with the record instead. Changing it to free-form text doesn't allow me to edit it either
I'm trying to set a custom field on a lot number record
Nevermind it all, I was using the wrong fieldId /facepalm