hey folks, quick question about custom online forms. The form i'm dealing with has a select menu that sources a List in netsuite. I have a script that builds and sends an email using data sourced from the form. calling getValue() on the list field returns a numeric ID of the list option, and calling getText() throws an error because I guess netsuite uses setValue() under the hood and so insists that I call getValue to retrieve its value