agilecrm / javascript-api

Javascript Connector for Agile
42 stars 15 forks source link

content length limit for requests? #5

Open danieltott opened 8 years ago

danieltott commented 8 years ago

Trying to create a deal via _agile.add_deal - and I'm getting a 400 error from the server when the "description" field is longer than 1200 or 1300 characters. Is there a limit to the length of the deal description?

graut commented 8 years ago

Hi,

We are checking this to increase the limit. This limit with Javascript API only, Not with other API like PHP/Java. You are right currently description allowed up to 1200 or 1300.

For JS API we are using Json call back with Get method that might causing issue. We will update once this is resolved.

Please contact Agile CRM support for any help.

Thanks