I am creating a form using a Suitelet (SS2.0)
The form has three fields right now:
1) a free-form text field
2) an html field (it’s displaying something that looks like a button)
3) a long text field that is hidden.
When the “button” is clicked, I want to do the following:
a) get the value in the free-form text field and log it the console
b) show the long text field (see to non-hidden)
I’m trying to figure out how to use a client script added to the Suitelet to achieve a) and b) but I don’t quite know how the client script will gain access the fields. In SS1 I could just call nlapiGetFieldValue()...