My Stuff
Nominate Your Peers for NetSuite Support Community's Choice of the Quarter! Submit your nomination today.
Intelligent Payment Automation version 1.0.3 is now available in the SuiteApp Marketplace. The SuiteApp, powered by BILL, lets you automate payments, manage vendor details, and bank account information within NetSuite. Learn more
No Limits. Just possibilities.
Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Explore new breakthroughs, sharpen your skills, and connect with experts who are shaping what’s next. Experience bold keynotes, interactive learning, and connections that span the global NetSuite community. Discover what's next at SuiteConnect Tour 2026.
Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Explore new breakthroughs, sharpen your skills, and connect with experts who are shaping what’s next. Experience bold keynotes, interactive learning, and connections that span the global NetSuite community. Discover what's next at SuiteConnect Tour 2026.
Comments
-
Thanks to both of you for your help. I will give this a shot. Good point on the custom column. I will get back to you with the results. Again, much appreciated.
-
Using get was my first approach, but since I could not seem to grab the get vars, I was attempting post. When I run nlapiLogExecution('system','getvars: ',datain), I can see the following: {"stype":"item","sname":"customsearch1419"} (I changed the names of the variables while troubleshooting). Unfortunately, datain.stype…
-
Thanks for the reply. A RESTlet seems like a better solution!
-
Thank you, Daniel. That would also explain why when I tried to return the results without the JSON.stringify call, the script errored. Just for the record, it was the Content-Type header that was the issue. Very finicky. In case it may help anyone else, I had to create the headers like so: [CODE] $headers = array(…
-
Just got it to work... Group on PO/Check Number, Count on Internal ID, Summary filter (count) on internal id > 1.
-
Thanks, good point.