My Stuff

Nominate Your Peers for NetSuite Support Community's Choice of the Quarter! Submit your nomination today.
Intelligent Payment Automation version 1.0.3 is now available in the SuiteApp Marketplace. The SuiteApp, powered by BILL, lets you automate payments, manage vendor details, and bank account information within NetSuite. Learn more

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