Howdy. Building a custom Suitelet page where a user can enter values into fields for search filters and execute a highly-formatted search. One of my filters is a mult-select. I'd like to repopulate the values the user selects after they submit the search (i.e. showing what filters they selected which are applicable to the results). Anyone have experience here? The submit action of the page gets me the value of the field as a string, and I've tried manipulating that string in a number of ways and setting the field's default value once rendered, but it's not setting. Ideas?