Tried another approach, added the columns and filt...
# suitescript
i
Tried another approach, added the columns and filters to
srchObj
but then on the return of the getInput, created a new SS with the info from the search object
Copy code
return search.create({
                    type: 'transaction',
                    filters: srchObj.filters,
                    columns: srchObj.columns,
                });
It worked!