Chris Coppenbarger
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
Posts
Recent activity by Chris Coppenbarger-
Customize Virtual Export NSObject Response
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...
-
MyAPI imports
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...
-
My APIs using JavaScript fetch()
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 ...