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!
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