Hi, I am stuck on a problem: I have a suitelet for...
# general
j
Hi, I am stuck on a problem: I have a suitelet form that has multiple searches displayed in sublists. I am trying to addfield dateto and datefrom filters to the form, pass the params to server to run search again. I've tried a few different ways, but no luck. any suggestions? What i was trying to do is avoid making multiple sublist_search_by_date.js files - I have a client side script that displays each sublist script, and multiple search scripts that link to the sublist scripts... what module should i look into doing this with?
j
When the page reloads, should it apply the date filters to all the sublists?
j
No just the one I’m on. It really wouldn’t matter if it did.
j
I think I don’t understand what the actual problem is here. Why do you think you need multiple client JS files?
j
I am having trouble passing the Params from the form back to rerun the search with the date to and date from filters. I can share git repository when I get on comp
j
when the form is submitted, you should be able to retrieve the POSTed params from the
context.request.parameters
object.