Modifica

Scope property on tables

Version: Available from runtime version 1.0.

Specifies whether a table is available to extensions that target the cloud.

Applies to

  • Tables

Property value

Value Available from Description
Cloud Runtime version 4.0 The table is available to extensions that target the cloud or on-premises.
OnPrem Runtime version 4.0 The table is available only to extensions that target on-premises deployments.

The legacy values Extension, Internal, and Personalization are deprecated from runtime version 4.0. Use Cloud instead of Extension or Personalization, and use OnPrem instead of Internal.

Syntax

Scope = OnPrem;

Important

The compiler permits Scope = OnPrem only for platform-symbol tables in Microsoft's reserved object range. Extensions can't declare new tables with this value.

Remarks

An extension that targets the cloud can't directly reference a table that has Scope = OnPrem. The restriction also applies to reflection-based access through RecordRef.

Scope property reference
Compilation scope overview
JSON files
Properties