Table of Contents

Codeunit "Page Summary Settings"

ID 2719
Namespace: System.Integration

Exposes functionality that manages page summary settings.

Methods

GetPageSummaryProviderSettings

Gets the page summary settings.

procedure GetPageSummaryProviderSettings(var PageSummarySettings: Record "Page Summary Settings"): Boolean

Parameters

Name Type Description
PageSummarySettings Table System.Integration."Page Summary Settings"

The record to get the page summary settings.

Returns

Type Description
Boolean

IsShowRecordSummaryEnabled

Determines if Show Record Summary settings is enabled.

procedure IsShowRecordSummaryEnabled(): Boolean

Returns

Type Description
Boolean

See also