Hello, I am new to suitescript. I need to write a ...
# suitescript
d
Hello, I am new to suitescript. I need to write a restlet returning around 50 columns for Item. I broke my fields into different search categories such as a search for location, bin, vendor... In this manner I dont get duplicate lines. However I get usage_limit error because of the numerous search and record loading. I found that the best way is to use Query module instead of search module. Can anyone send me some documentation or links to understand how Query works.
a
I am just watching this now.

https://www.youtube.com/watch?v=oMg07AigF2Q

Was posted by @mattdahse.
m
If you are new to Suitescript, @Damree Ilyaad I do not recommend you start with the query module. It is challenging to work with at this point in its development. I would instead urge you to try and add filters to your item searches so that you don’t get duplicate results, or handle those duplicates in code.
But you should still subscribe to my youtube channel 🙂
d
@mattdahse will check your youtube channel. Thank you for the hint.