Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
SuiteScript 2.0 Portlet or Suitelet with User Input Fields for Data Search
Hi All,
I may be making this harder than it really is, I hope so.
I am trying to create a portlet or suitelet that will allow the user to enter a date range and then the script will use that date range when calling a saved search and then using the data it will build an HTML table displaying the results.
Now, if I just hardcode some dates I can call the search and build the HTML table and it displays great, no problem. If we always wanted to just so the current month this would be great, but sometimes they need to see the previous month or some other previous month.
0