Hi Team, has anyone done REST API integration into Netsuite to add attachments to an object like a vendor bill? Open to other forms of integration as well!
e
eblackey
11/22/2022, 1:29 PM
Not REST API, but did with SuiteScript.
👍 1
b
Billy Low
11/22/2022, 4:15 PM
do we need to get registered on to the SDN network to deploy SuiteScripts? @eblackey
e
eblackey
11/22/2022, 5:18 PM
Only if you were trying to package up a SuiteApp to sell to other customers. Otherwise, you can deploy Suitescripts to your own account(s)
🙌 1
d
Dylan Shaver
11/22/2022, 8:47 PM
Hey! Yes, my team has done this before but what system are you sending vendor bills out of?. I am a little curious on why you aren’t using native NetSuite functionality to do this?
It’s pretty simple to attach items to a vendor bill using the email workflow functions in NetSuite
b
Billy Low
11/23/2022, 6:23 AM
hey @Dylan Shaver, we are exploring to use an external tool to send vendor bills via API. But there are certain gaps that cannot be achieved via API alone (one being adding attachments, amongst others).
Interesting suggestion to use the email workflow within NetSuite, was that what your team used eventually?
e
eblackey
11/23/2022, 11:07 AM
You could also create a Restlet with SuiteScript that could probably do what you’re needing if the API could not.