Question on a Suitelet Percent Field for the crew:...
# suitescript
m
Question on a Suitelet Percent Field for the crew: I've got a Suitelet (Type: PERCENT) field that pulls in data from a custom record percent field. On the record, negative percentages format just fine (23.26%). But when the Suitelet brings them in, I get an Invalid percentage error (between 0 and 100, which locks up the Suitelet so nothing else can be done unless that value is deleted. It also appears w/o the symbol ('%'). I can't find anywhere to add a min/max value. I don't actually need it to be a percentage type, but I do need the pos/neg with a percentage symbol ('%') for the users. Is it possible to remove the error somehow or format the field differently? I tried changing to TEXT with a .toString, but (so far) haven't been able to get it working. Need to learn more about that one, I think. Using SuiteScript 2.0.