My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
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,…