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.