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.
Update: Narrative Insights has been restored and is now available.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Poor NetSuite2 performance on customer lastname search
I am doing a SuiteTalk/SuiteQL/NetSuite2.com query as follows:
select entityid from customer where lastname = 'Johnson' and firstname = 'Harry'
This query typically takes 15 secs yet if I do the same query within the NetSuite UI using Search it comes back instantly. That implies there is an index on customer for lastname but my query is obviously not using it.
How can I get better performance searching customer on lastname?
P.S. If I query with a where filter on customer.companyname or customer.entityid the response is sub-sec.
0