Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Version: Available or changed with runtime version 4.0.
Sets whether the Table can be extended or not.
Applies to
- Table
- Page
- Report
- Enum Type
Property Value
True if the table, page, report, or enum can be extended; otherwise, false. The default is true on tables, pages, and reports, whereas it is false on enums.
Syntax
table 50111 MyTable
{
DataClassification = CustomerContent;
Extensible = true;
...
Remarks
If the value is true, the object can be extended using a tableextension, pageextension, reportextension, or enumextension respectively.
Related information
Table Properties
Properties
Access Property
Extensible Enums