We tries to save an object using Android SDK. In Backendless trigger we tries to get one property of this object(using JavaScript SDK) but we can’t because the first latter of this property name is changed to lower case and we get undefined value.
Could you please provide more information for reproducing ?I need your application Id, cURL of the request demonstrating the problem and a path to an event handler which tries to get that property
Thanks
Thanks, we looked into your code. Per the JavaBeans naming convention for the getter/setter methods defined as “getFoo/setFoo”, the property name is “foo”. Therefore the way the properties are serialized by Backendless is correct.