megaphone
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!
No Limits. Just possibilities. Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Discover what's next at SuiteConnect Tour 2026.
Try Intelligent Payment Automation – Fee Free For Your First Month For more information, visit this thread.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.

My Stuff

New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.

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:…