Optionalactions?: ("read" | "update" | "delete" | "create")[]List of access options for the table.
Optionalattributes?: Record<string, string | number | boolean>Pairs of any supported dictionary attributes (sys_schema_attribute).
Optionalaudit?: booleanIndicates whether to track the creation, update, and deletion of all records in the table.
Optionaldisplay?: stringDefault display column. Use a column name from the schema.
Optionalextends?: EThe name of any other table on which this table is based.
Optionalextensible?: booleanIndicates whether other tables can extend this table.
Optionalindex?: {A list of column references to generate indexes in the metadata XML of the table.
Optionallabel?: string | Documentation[]A unique label for the table on list and form views.
Name of the table. Must be lowercase and include the application scope
Array of column references that define the table's schema
Optionalaccessible_from?: neverOptionalaccessibleFrom?: "public" | "package_private"Application scopes that can access the table.
Optionalallow_client_scripts?: neverOptionalallow_new_fields?: neverOptionalallow_ui_actions?: neverOptionalallow_web_service_access?: neverOptionalallowClientScripts?: booleanIndicates whether to allow design time configuration of client scripts on the table from other application scopes.
OptionalallowNewFields?: booleanIndicates whether to allow design time configuration of new fields on the table from other application scope.
OptionalallowUiActions?: booleanIndicates whether to allow design time configuration of UI Actions on the table from other application scopes.
OptionalallowWebServiceAccess?: booleanIndicates whether web services can make calls to the table.
Optionalauto_number?: neverOptionalautoNumber?: { number?: number; numberOfDigits?: number; prefix?: string }Auto-numbering configuration for the table.
Optionalcaller_access?: neverOptionalcallerAccess?: "none" | "tracking" | "restricted"Access level for cross-scope requests.
Optionallicensing_config?: neverOptionallicensingConfig?: LicensingConfigConfiguration for table licensing.
Optionallive_feed?: neverOptionalliveFeed?: booleanIndicates if live feeds are available for records in the table.
Optionalread_only?: neverOptionalreadOnly?: booleanIndicates whether users can edit fields in the table.
Optionalscriptable_table?: neverOptionalscriptableTable?: booleanIndicates whether the table is a remote table that uses data retrieved from an external source.
Optionaltext_index?: neverOptionaltextIndex?: booleanIndicates whether search engines index the text in a table.
Optionalaccessible_from?: "public" | "package_private"OptionalaccessibleFrom?: neverApplication scopes that can access the table.
Optionalallow_client_scripts?: booleanOptionalallow_new_fields?: booleanOptionalallow_ui_actions?: booleanOptionalallow_web_service_access?: booleanOptionalallowClientScripts?: neverIndicates whether to allow design time configuration of client scripts on the table from other application scopes.
OptionalallowNewFields?: neverIndicates whether to allow design time configuration of new fields on the table from other application scope.
OptionalallowUiActions?: neverIndicates whether to allow design time configuration of UI Actions on the table from other application scopes.
OptionalallowWebServiceAccess?: neverIndicates whether web services can make calls to the table.
Optionalauto_number?: { number?: number; number_of_digits?: number; prefix?: string }OptionalautoNumber?: neverAuto-numbering configuration for the table.
Optionalcaller_access?: "none" | "tracking" | "restricted"OptionalcallerAccess?: neverAccess level for cross-scope requests.
Optionallicensing_config?: LicensingConfigOptionallicensingConfig?: neverConfiguration for table licensing.
Optionallive_feed?: booleanOptionalliveFeed?: neverIndicates if live feeds are available for records in the table.
Optionalread_only?: booleanOptionalreadOnly?: neverIndicates whether users can edit fields in the table.
Optionalscriptable_table?: booleanOptionalscriptableTable?: neverIndicates whether the table is a remote table that uses data retrieved from an external source.
Optionaltext_index?: booleanOptionaltextIndex?: neverIndicates whether search engines index the text in a table.
an object containing the following properties:
sys_schema_attribute)sys_number) for a table. For more information, see auto_number objectschema property
Creates a table in a scoped application (
sys_db_object).