Discussions
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.