Table 1480 Edit in Excel Settings in 27
- App
- System Application
- Namespace
- System.Integration.Excel
Versions171819202122232425262728latest
Source in 27
src/System Application/App/Edit in Excel/src/EditinExcelSettings.Table.al39 lines, Copyright (c) Microsoft Corporation. MIT
// ------------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
// ------------------------------------------------------------------------------------------------
namespace System.Integration.Excel;
/// <summary>
/// Contains settings for Edit in Excel.
/// </summary>
table 1480 "Edit in Excel Settings"
{
DataClassification = SystemMetadata;
Extensible = false;
DataPerCompany = false;
ReplicateData = false;
InherentEntitlements = RX;
InherentPermissions = RX;
fields
{
field(1; Id; Code[10])
{
DataClassification = SystemMetadata;
}
field(2; "Use Centralized deployments"; Boolean)
{
DataClassification = SystemMetadata;
}
}
keys
{
key(Primary; Id)
{
Clustered = true;
}
}
}Fields, 2
| Id | Name | Type | Obsolete |
|---|---|---|---|
| 1 | Id | Code[10] | - |
| 2 | Use Centralized deployments | Boolean | - |
Keys, 1
| Name | Fields | Obsolete |
|---|---|---|
| Primary, clustered | Id | - |