Page "Data Administration Guide"

ID 9040
Namespace: System.DataAdministration

Manage the size of your database. The guide will suggest ways to clean up expired records.

Properties

Name Value
Caption Data Administration Guide
PageType NavigatePage
LinksAllowed False
ShowFilter False
Extensible True
SaveValues True

Events

OnAfterLoadPages

Use this event to add new pages to the guide.

[IntegrationEvent(False,False)]
local procedure OnAfterLoadPages(var GuidePages: List of [Enum "Data Administration Guide Page"], var SkipTo: Dictionary of [Enum "Data Administration Guide Page", Enum "Data Administration Guide Page"], var HideNext: List of [Enum "Data Administration Guide Page"])

Parameters

Name Type Description
GuidePages List of [Enum System.DataAdministration."Data Administration Guide Page"]
SkipTo Dictionary of [Enum System.DataAdministration."Data Administration Guide Page", Enum System.DataAdministration."Data Administration Guide Page"]

A dictionary which defines which pages allow skipping to another page. The dictionary key is the page from which you can skip, the value is the page to which you can skip.

HideNext List of [Enum System.DataAdministration."Data Administration Guide Page"]

OnAfterUpdateControls

Use this event to set the visibility of pages in the guide.

[IntegrationEvent(True,False)]
local procedure OnAfterUpdateControls(CurrentPage: Enum "Data Administration Guide Page")

Parameters

Name Type Description
CurrentPage Enum System.DataAdministration."Data Administration Guide Page"

The current page of the guide.

See also