No Results
Search Tips:
- Please consider misspellings
- Try different search keywords
Newer Version Available
Limitations of Remote Objects
Visualforce Remote Objects offers new capabilities, but isn’t feature complete
yet. Although it isn’t subject to some resource limits, it
comes with limitations of its own. As a Developer Preview feature, Remote Objects is subject to change without providing backward compatibility.
Remote Objects is subject to the following limits.
- Remote Objects isn’t a way to avoid Salesforce service limits. Remote Objects calls aren’t subject to API limits, but Visualforce pages that use Remote Objects are subject to all standard Visualforce limits.
- You can retrieve only 100 maximum rows in a single request. To display more rows, submit additional requests by using the OFFSET query parameter.
- Setting the rendered attribute to false on Remote Objects components disables the generation of the JavaScript for those Remote Objects. Any page functionality that depends on unrendered Remote Objects should also be disabled.
- Geolocation fields can’t be accessed by using Remote Objects.