KnotKnick
03/01/2023, 4:38 PMaddSearchResults
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?NElliott
03/01/2023, 4:52 PMKnotKnick
03/01/2023, 5:34 PMreptar
03/03/2023, 9:20 PMaddSearchResults
API. thanks