Create a remote table
Create a remote table so that you can see the data that you retrieved from an external source.
Before you begin
Role required: admin
About this task
- You can create a remote table using this form, or by using the standard Create
Tables form that you access from . Note:To learn more about creating tables in an instance, see Create a table.
- 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.
- Unlike standard internal tables, you can't extend a remote table from another table.
- 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. CRUD (Create, Read, Update, Delete) fields are not generated for a remote table, as they are for standard internal tables.
Procedure
Result
A remote table is created in the instance.