This message was deleted.
# suitescript
s
This message was deleted.
1
c
the getValue method does not have a "label" parameter, try removing that
the name parameter alone should suffice
b
Or
Copy code
.getValue('type')
Or
Copy code
.type
But this will give the scriptable version of type
s
The error you've displayed does not match the code posted.
c
it did for me in the console when i provided an extra parameter to getValue
r
yeah it worked!