Table 2718 Page Summary Settings in 25
- App
- System Application
- Namespace
- System.Integration
Versions171819202122232425262728latest
Source in 25
src/System Application/App/Page Summary Provider/src/PageSummarySettings.Table.al43 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;
/// <summary>
/// Contains settings for page summary card.
/// </summary>
table 2718 "Page Summary Settings"
{
DataClassification = SystemMetadata;
Caption = 'Page Summary Settings';
DataPerCompany = false;
ReplicateData = false;
Extensible = false;
InherentEntitlements = RX;
InherentPermissions = RX;
fields
{
field(1; Company; Guid)
{
Caption = 'Company';
DataClassification = SystemMetadata;
}
field(2; "Show Record summary"; Boolean)
{
Caption = 'Show record summary';
Description = 'Specifies if the data returned by Page Summary Provider should include record fields or not (for security and privacy reasons).';
DataClassification = SystemMetadata;
}
}
keys
{
key(Key1; Company)
{
}
}
}
Fields, 2
| Id | Name | Type | Obsolete |
|---|---|---|---|
| 1 | Company | Guid | - |
| 2 | Show Record summary | Boolean | - |
Keys, 1
| Name | Fields | Obsolete |
|---|---|---|
| Key1 | Company | - |