Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
Search both Customers and Contacts?
Hello,
I'm building a Telephony screen pop connector for NetSuite. The goal is to for my application to search NS based on an inbound call's caller ID. In this regard I want to search (I assume) both the Customers and Contacts for records with the same phone number. I've developed some code to do this and it works fine. In this regard, I have several questions:
- Is there a way to search both the Customers and Contacts with a single query vs. two separate searches?
- I tried using the asyncSearch but I hadn't realized that those run like a batch job, i.e., they can take 10 or 20 minutes to complete. I was thinking it would be as fast as a synchronous search, just allow the calling thread to not block. Is this correct? Is asyncSearch inappropriate for a real time lookup?