lol I figured out that the value 4 means high prio...
# suitescript
r
lol I figured out that the value 4 means high priority, which is the same as text value
P0-Urgent
. whatever. fine. but if I set the case priority to 4 with
setValue
the case is still listed as P2, with no errors. and the value actually is 4. can't use
setText
because now I'm using
case=newRecord
on create in a ue script. i'm still getting
INVALID API USAGE
, which I was able to solve earlier by adding
isDynamic: true
to the
record.load
.