I have a form that shows all Inventory Adjustments...
# suitescript
s
I have a form that shows all Inventory Adjustments (IA) in a sublist - this form has a submit button 'Generate CSV' that outputs these IA's to CSV with some custom changes made. I want to allow the inventory adjustments to be filtered by state (we have states; 'At Lab', 'Processing' etc.). So I am thinking of having another form in the same suitelet. This form will contain a SELECT field and a submit button 'Filter'. The user selects a state from the select field then clicks 'Filter'. The forms posts back and i regenerate the IA form with all IA's that have that state.