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!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
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?