Im trying to set a sales order line discount item ...
# suitescript
m
Im trying to set a sales order line discount item to -
10.00%
in a UE. It is telling me it is not a valid value for rate. In the UI you can enter any percentage
m
Are you using
setValue()
? If I remember correctly, I believe you have to use
setText()
to set percentages (as a string) in that context.
🔥 1
m
Ding ding. Thanks dude
👍 1