You need to sign in to do that
Don't have an account?
jthor@entransform.com
Visual Force Remoting
Hello,
I am using sencha and salesforce to build a mobile SDK. My app was working just fine for my part where I was able to query object from salesforce as well as insert. But after adding my co-worker's code into my project i get an error in the javascript console in my browser and I can longer naviaget to my page but only to his, but then when I go to his pages I can;t query any object. If I add my code to my co-worker it works just fine. Am i forgetting to configure something? The error is below.
- Visualforce Remoting Exception: No serializer found for class core.filemanager.FileBlobValue
- VFRemote.js:114
- $VFRM.Util.errorVFRemote.js:114
- (anonymous function)VFRemote.js:129
- a.Event.fireVFRemote.js:48
- a.Observable.fireEventVFRemote.js:43
- _Visualforce.Direct._Visualforce.extend.onProviderDataVFRemote.js:83
- a.Event.fireVFRemote.js:48
- a.Observable.fireEventVFRemote.js:43
- _Visualforce.direct.RemotingProvider._Visualforce.extend.onDataVFRemote.js:91
- _Visualforce.extend.handleResponseVFRemote.js:72
- (anonymous function)
VF Remoting do nott support Blob data type. See VF Remoting docs for supported types.