0.1.0 • Published 5 years ago

node-red-contrib-netsuite v0.1.0

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
5 years ago

Node-RED NetSuite

Using SuiteQL

Either pass in msg.query or specify a query in the configuration of the node. Example:

SELECT id
FROM issue
ORDER BY id DESC

After execution, the msg.count and msg.payload will be populated