megaphone
SuiteWorld Registration opens June 9. Be ready when passes drop.
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!
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.
Check out the Announcements page to stay updated with the latest news, updates, upcoming events, and important community information!
What if your ERP could help surface the next step before you go looking for it? Watch here to learn more!
Community Whiz Challenge June 3 | Question of the Week Test your knowledge!

My Stuff

New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.

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