Hello, is there a way to set a percentage value th...
# suitescript
p
Hello, is there a way to set a percentage value through the soap api? We get a formatting error when trying to send in 100%
e
I don't know for the SOAP API specifically, but if
"100%"
is not valid, then it probably expects a numeric value. You can try numeric values that also represent 100%, usually either
1
or
100
.