Stwissel / node-red-contrib-salesforce

A set of Node-RED nodes to interact with Salesforce and Force.com
MIT License
10 stars 17 forks source link

fix: null error #59

Closed moonrockfamily closed 1 year ago

moonrockfamily commented 1 year ago

Please don't merge this pull request, but rather do your own change to accommodate the underlying dependency on nforce8 that has the null error issue.

Thanks for all your work to keep this node-red project alive!

riekusr commented 1 year ago

@moonrockfamily stumbled upon this. Don't you think it would be better to build a nodered node set with the JSforce library? Any thoughts? Thinking about doing this.

Stwissel commented 1 year ago

Fixed in PR60

Stwissel commented 1 year ago

@riekusr jsforce is designed to run on browser and nodejs. nforce8 doesn't carry browser specific code.

If you are looking for a JSForce based implementation:

The Swiss company alpine-code did that, but didn't seem to publish source code.