Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
apex:remoteObjects
Use this component, along with child <apex:remoteObjectModel> and <apex:remoteObjectField> components, to specify the sObjects and fields to access using Visualforce Remote Objects. These components generate models in JavaScript that you can use for basic create, select, update, and delete operations in your client-side JavaScript code.
Attributes
| Attribute Name | Attribute Type | Description | Required? | API Version | Access |
|---|---|---|---|---|---|
| create | String | $RemoteAction override for the create method. Applies to all remote object types. | 43.0 | ||
| delete | String | $RemoteAction override for the create method. Applies to all remote object types. | 43.0 | ||
| id | String | An identifier that allows the component to be referenced by other components in the page. | 14.0 | global | |
| jsNamespace | String | The JavaScript namespace for the generated models. | 43.0 | ||
| rendered | Boolean | A Boolean value that specifies whether the component is rendered on the page. If not specified, this value defaults to true. | 14.0 | global | |
| retrieve | String | $RemoteAction override for the retrieve method. Applies to all remote object types. | 43.0 | ||
| update | String | $RemoteAction override for the create method. Applies to all remote object types. | 43.0 |