Hi everyone I'm new to slack :wave: I'm working wi...
# general
e
Hi everyone I'm new to slack 👋 I'm working with a client that wants to integrate their new NetSuite instance to a .NET application. Does anyone on here have experience interfacing to NetSuite (did it require Celigo, Boomi or was a custom solution developed? Much appreciated and hope to contribute more in the future!
p
Custom dev works fine with SOAP Api or with Restlets, but you should look into Mulesoft if you want to buy ready to use. I’ve used node.js apps connected to SOAP API, node js apps connected to Analytics (odbc), apps connected to restlets. All work very easyly Remember to check security requirements, volumnes (concurrent users) which are tipically challenges. Also remember that workflows and Forms actually affect SOAP API behavior. Besides that its all straightforward.