Discussions
Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Explore new breakthroughs, sharpen your skills, and connect with experts who are shaping what’s next. Experience bold keynotes, interactive learning, and connections that span the global NetSuite community. Discover what's next at SuiteConnect Tour 2026.
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.