kevinohara80 / nforce

nforce is a node.js salesforce REST API wrapper for force.com, database.com, and salesforce.com
MIT License
474 stars 167 forks source link

Changing record.set function #136

Closed ReeSilva closed 6 years ago

ReeSilva commented 7 years ago

This pull request add a new parameter on record.set, called ignoreChangeCase, that says if it must keep the case of field name or set it all to lower.

kevinohara80 commented 6 years ago

Sorry I'm just getting to this now but what is the use case here?

kevinohara80 commented 6 years ago

I saw the other issue you logged. Salesforce does not enforce case sensitivity in field names so this wouldn't have been your problem. I'm going to close this. Reach out if you have more info on the issue and you believe it's a problem with nforce.