Join Slack
Powered by
How are you executing the search in your script?
# general
r
Ritika Chaudhary
10/21/2019, 7:41 PM
How are you executing the search in your script?
s
Sirus Badiee
10/21/2019, 8:37 PM
Thanks for the response! Nothin' too crazy. I got a search.load({id:searchid}) Then when I run the number of pages, I get zero
r
Ritika Chaudhary
10/22/2019, 4:01 AM
I think you missing the last step. It should look like this
Ritika Chaudhary
10/22/2019, 4:02 AM
var rec = nlapiLoadSearch(null, 1234); var res = rec.runSearch().getResults(0, 100);
Ritika Chaudhary
10/22/2019, 4:02 AM
res will have all the results.
Ritika Chaudhary
10/22/2019, 4:02 AM
Try these cmds in the NS UI console first before running the complete script.
2
Views
Open in Slack
Previous
Next