My Stuff
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,…