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

Can't pass credentials from msg object #23

Closed mrpopodev closed 5 years ago

mrpopodev commented 6 years ago

I checked "Allow credentials in msg object" in connection-config node but it doesn't work. At least code below has to be fixed. soql.js and line 22 if (config.allowMsgCredentials && msg.hasOwnProperty("sf")){....}if (this.connection.allowMsgCredentials && msg.hasOwnProperty("sf")){....}

sosl.js line 21 also needs to be fixed as well.

Stwissel commented 5 years ago

fixed in 0.6