Create a remote table
Create a remote table using data retrieved from an external source.
始める前に
Role required: delegated_developer or admin
このタスクについて
When you designate a table as a remote table, keep the following points in mind:
- Before you create a remote table, you must have a good understanding of external data sources. For example, if you want to retrieve CRM data for use in Customer Service Management, you must understand how the data is structured in the external CRM source.
- A remote table needs an external primary key to relate its temporary data to the data that is stored in the external source. When you designate a table as remote, only a sys_id field is auto-generated and appears in the Columns section, which it uses as its primary key for use in Glide records. All external table primary key values are converted to string values.
- Unlike standard internal tables, you can't extend a remote table from another table.