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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
TransactionSearchAdvanced Timing Out
Hi All,
I am creating a web service that pulls predefined transaction saved searches from our account and we then put them up on a big monitor in the sales dept. I am using a TransactionSearchAdvanced search type and just assigning the search id; just like they do in the Suite Talk Platform Guide. Seems straight forward.
The search I am trying to pull is very simple, sales orders for today. There are 5 columns and as of last attempt, 9 records. Very small set. The problem is I keep getting a time out error after about 6 seconds even though I set the service timeout to _service.Timeout = 5000 * 60 * 60 * 2;
0