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
-
Hi @Nicole Mendoza-Oracle Thanks for your continued help here. I had tried using "line" during my testing, but it never worked. I just tried again to be sure, and got the same error: "Error while accessing a resource. You have attempted an invalid sublist or line item operation. You are either trying to access a field on a…
-
Hi @Nicole Mendoza-Oracle , thanks for your reply! The error I receive is from the netsuite REST API. When I submit a new customerPayment, I send a POST request to url = '{}/services/rest/record/v1/customerPayment'.format(base_url) That looks like this: dat = { 'account':{'id':account}, 'tranId':externalId,…