Any thoughts on a scriptlit that could get a list ...
# suitescript
p
Any thoughts on a scriptlit that could get a list of all invoices for a given date
b
what do you want to do with them afterwards
getting a list of invoices is done using N/search or N/query
p
any references on doing that in a restlet? Once I have them I want to iterate through them getting the data back by calling a restlet that takes the id and record type which I already have
b
usually scripts that call other suitelets or restlets is a sign of inefficiency
that said, there is no difference using N/search or N/query between different script types
go through the documentation of either of the modules for examples and descriptions
p
Very new to netsuite. What documentation are you referring to. Need a quickstart and from what I can see working with this system is there is too much information abundance
b
a reasonable starting point is SuiteScript 2.0 API Introduction
p
With such a large community i would certainly expect more sharing of scripts or similar ideas being collaborated on then starting from square 1.
b
you probably want to look for someone else, ill help people understand how to do their task, i dont give code to people who couldnt do it themselves. I don't like unleashing someone who doesnt know what they are doing on someone's account.
s
We are here to help each other, not give someone an entire script. If you want help ask for it, if you want a handout, not sure you are going to find that.