Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Suitescript search results not reloading
I have a script that is called from a button on a sales order. It takes the customer's id and price level and applies them as filters to a saved search.
This script works perfectly well for the first customer however if you change the customer on the sales order without refreshing the page and click the button again it returns the same search results.
I checked and it seems to be pulling the new filter values correctly (customer id and price level from the second customer).
The code below is just a snippet of the entire function but it contains everything that I can imagine would be relevant.