0.1.5 • Published 4 years ago

node-red-contrib-netsuite v0.1.5

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
4 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