megaphone
SuiteWorld 2026 registration is now open—save $300 Register now
Update your Profile with your Support type to get your Support Type badge.
Nominate Your Peers for NetSuite Support Community's Choice of the Quarter! Submit your nomination today.
Stay in the know of how NetSuite can help grow your business with our guides, webinars, and events. Subscribe Here
What Topic Should We Cover Next? Your idea could be our next feature—drop your suggestion now!
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Expand your NetSuite knowledge by joining our Ask A Guru Live sessions. RSVP on this event now.
What if your ERP could help surface the next step before you go looking for it? Watch here to learn more!

My Stuff

Review our AI Community Guidelines before posting AI-generated or AI-assisted content. Verify accuracy and include the appropriate AI disclaimer.

User_AVFW0 Newbie

Comments

  • Actually, I may have just answered my own question - sorry, I've been researching for a couple of days, and of course as soon as I submit a question I find something. :) Using this body with the /query/v1/suiteql endpoint seems to work: { "q": "SELECT * FROM customrecord110 WHERE custrecord_ams_gpcode = '306-20-4700' }…
  • Hello, so sorry for the delay on this. The endpoint I'm using that returns the list of journal entries is: https://[accountID].suitetalk.api.netsuite.com/services/rest/record/v1/journalEntry/ The endpoint I'm using to return a specific journal by ID, which is where the expandSubResources parameter works, is:…
  • Of course as soon as I posted this, I finally had a breakthrough after weeks and weeks. I was able to get the example at https://community.oracle.com/netsuite/discussion/comment/15557741#Comment_15557741 working by adjusting the order of the parameters in GenerateBase based on this post:…