anyone have luck posting a saved search to a suite...
# suitescript
m
anyone have luck posting a saved search to a suitelet?
b
i usually see this question the other way around, what are you trying to do
m
get around limited access limitations
b
still confused, are you doing something like posting a search id to a suitelet and expecting it to return search results
m
ideally yeah
or possibly rebuilding it in a suitelet
b
nothing about that is impossible
if you are doing it by id, you are forced to run the script deployment as administrator
if you do it by posting the filters, columns, and type, you can choose a more refined role
m
nice! thanks for the feedback. any idea where a good starting point would be? help docs? im terribly new to suitescript
b
if you don't know anything about suitescript, read the help guide on: "SuiteScript 2.0 API Introduction"
its guide you through creating your first script
next would be the section on SuiteScript 2.0 Script Types.
k
I have done taking search results and posting on Front end page using data tables
I guess this what your looking for @mcgrath
Also, one more that Using Item Id and showing specific item on form, on event keypress using html
m
@Kevin thanks - any advice?
r
There is a toSavedSearchResult in the redirect module