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.
Record Template Create
A record template containing the default information and data needed
to create a record. Use these values in a request to POST
/ui-api/records.
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| apiName | String | The record’s object API name. | Small, 49.0 | 49.0 |
| fields | Map<String, Field Value> | A map of field data for the record. If you don’t pass any fields, the response doesn’t include any fields. |
Small, 49.0 | 49.0 |
| recordTypeId | String | The RecordType ID of the record. | Small, 49.0 | 49.0 |