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

Limitation when writing to a long text field? #101

Closed rgoldiez closed 9 years ago

rgoldiez commented 9 years ago

I have a 288 character long text field in salesforce. Using node to generate a 288 character token for my use case and write it back to salesforce using nforce. However, I'm only seeing the first 256 characters written back. Is this a known limitation of nforce?