Hello again, I am working on a suitelet that sends...
# advancedpdf
k
Hello again, I am working on a suitelet that sends a saved search result via
addSearchResults
of the
N/render
module to render the results of the search in an advanced pdf template. However, it looks like I can only get 1000 lines of results from the search using
objSearch.run().getRange(0, 1000);
before passing on to the renderer. Is it possible to send more than 1000 lines of result via the suitelet?
n
@KnotKnick sent you a DM
k
Thank you for your help @NElliott! Paginating the search and using getRange with each page worked perfectly for me! 🙂
👍 1
r
First I'm hearing of the
addSearchResults
API. thanks