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