Table "Tenant Web Service"
Stores web service endpoint configurations for exposing Business Central objects as OData or SOAP services. Manages tenant-specific web service publishing settings and accessibility controls.
Remarks
This table enables external system integration by exposing pages, codeunits, and queries as web services. Integrates with OData protocol, authentication mechanisms, and API versioning frameworks. Used by integration management tools and external applications for data exchange and service consumption.
Properties
| Name | Value |
|---|---|
| Caption | Tenant Web Service |
| DataPerCompany | False |
| ReplicateData | False |
| Scope | Cloud |
Fields
| Name | Type | Description |
|---|---|---|
| "Object Type" | Option | Type of Business Central object being exposed as a web service (Codeunit, Page, or Query). |
| "Object ID" | Integer | Numeric identifier of the Business Central object being published as a web service. |
| "Service Name" | Text[250] | Public name of the web service endpoint for external consumption. |
| Published | Boolean | Indicates whether the web service is published and available for external access. |
| ExcludeFieldsOutsideRepeater | Boolean | Controls whether fields outside repeaters are excluded from ETag calculations for optimistic concurrency. |
| ExcludeNonEditableFlowFields | Boolean | Controls whether non-editable flow fields are excluded from ETag calculations for performance optimization. |
| SystemId | Guid | |
| SystemCreatedAt | DateTime | |
| SystemCreatedBy | Guid | |
| SystemModifiedAt | DateTime | |
| SystemModifiedBy | Guid | |
| SystemRowVersion | BigInteger |