node-red-contrib-netsuite
v0.1.5
Published
Node-RED nodes to interact with NetSuite
Readme
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 DESCAfter execution, the msg.count and msg.payload will be populated
