The multiple imports section actually came from a use case I had, and had been working with Celigo on implementing. I am not trying to use it myself, but running into a snag. 1. The .length proper...
Bas van DitzhuijzenThat's what someone in support suggested. It didn't seem to make sense as that's not what I was expecting. I did that, and it works for me for now. I still can't get other items ...
I have a script I'm using in a MyAPI, where I'm querying a Saved Search in NetSuite. However, when I get the response, the fields returned are the column names from NetSuite, and not the actual fie...
Well, nevermind. The test from the API Gateway was sending empty data, but from PostMan, it worked fine. Moving forward with the listeners and import.
Hey Scott Henderson, Thanks for the reply. If figured how to "listen" to my AWS Lambda as a webhook. My current issue is getting the HMAC authentication working. I got it working in Postman using o...
Bhavik Shah I did successfully get one import to run correctly. I'm not sure if I have the way of running the second import correctly, or not. I'm posting a screenshot of my integration, and sample...
Use Case: We have webforms that currently submit directly to NetSuite via their Forms. However, we need more flexibility over these forms, how they submit, and error messaging. I have been attempt...
Thanks Scott. I figured this was the case, since I have the same issue with Shopify and accessing their Admin API via the same Vue app. I'll see what I can do to make it work from a "backend" serve...
I just tried it from a ngrok url, and it's also returning an "unauthorized" response.
I set up a My API and am needing to call it's endpoint via JavaScript fetch(), but running into a CORS issue. Querying the endpoint from PostMan works fine, but I have a Vue app that I really need ...