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.
Advanced search on Journal Entry not working
I am using java (+Axis) API to query Netsuite. I want to do query against multiple entities (like Customer, Journal Entry, etc.,) based on a list of fields. In other words, it’s like doing a query based on meta-data.
For example, I want to run a query against Journal Entry, and I would like to query specifically for the following fields:
internalId
postingPeriod
tranDate
currency
Likewise, I would do query against other entities with a list of fields. After reading Netsuite webservices documentation and numerous suiteflex webservices user group threads I figured that I should use advanced search to query for a specific list of fields. But I am not able to get the code to work – as intended, i.e. query Journal Entry and get a specific list of fields.