Page "Data Classification Wizard"
Exposes functionality that allows users to classify their data.
Properties
| Name | Value |
|---|---|
| Extensible | True |
| Caption | Data Classification Assisted Setup Guide |
| DeleteAllowed | False |
| InsertAllowed | False |
| LinksAllowed | False |
| PageType | NavigatePage |
| RefreshOnActivate | True |
| ShowFilter | False |
| SourceTable | Table System.Privacy."Data Privacy Entities" |
| SourceTableTemporary | True |
| ContextSensitiveHelpPage | admin-classifying-data-sensitivity |
Methods
ResetControls
Resets the buttons on the page, enabling and disabling them according to the current step.
procedure ResetControls()
ShouldEnableNext
Queries on whether or not the Next button should be enabled.
procedure ShouldEnableNext(): Boolean
Returns
| Type | Description |
|---|---|
| Boolean |
True if the Next button should be enabled and false otherwise. |
SetExportModeSelected
Setter for the IsExportModeSelectedValue.
procedure SetExportModeSelected(Value: Boolean)
Parameters
| Name | Type | Description |
|---|---|---|
| Value | Boolean |
The Value to set. |
SetExpertModeSelected
Setter for the IsExpertModeSelectedValue.
procedure SetExpertModeSelected(Value: Boolean)
Parameters
| Name | Type | Description |
|---|---|---|
| Value | Boolean |
The Value to set. |
SetImportModeSelected
Setter for the SetImportModeSelected.
procedure SetImportModeSelected(Value: Boolean)
Parameters
| Name | Type | Description |
|---|---|---|
| Value | Boolean |
The Value to set. |
NextStep
Selects the next step.
procedure NextStep(Backward: Boolean)
Parameters
| Name | Type | Description |
|---|---|---|
| Backward | Boolean |
A boolean value that specifies if the next step should be to go back. |
CheckMandatoryActions
Displays errors if the preconditions for an action are not met.
procedure CheckMandatoryActions()
IsNextEnabled
Queries on whether the Next button is enabled.
procedure IsNextEnabled(): Boolean
Returns
| Type | Description |
|---|---|
| Boolean |
True if the Next button is enabled and false otherwise. |
GetStep
Gets the current step.
procedure GetStep(): Option
Returns
| Type | Description |
|---|---|
| Option |
The current step. |
SetStep
Sets the current step.
procedure SetStep(StepValue: Option)
Parameters
| Name | Type | Description |
|---|---|---|
| StepValue | Option |
The new value of the current step. |
IsImportModeSelected
Queries on whether import mode is selected.
procedure IsImportModeSelected(): Boolean
Returns
| Type | Description |
|---|---|
| Boolean |
True if import mode is selected and false otherwise. |
IsExportModeSelected
Queries on whether export mode is selected.
procedure IsExportModeSelected(): Boolean
Returns
| Type | Description |
|---|---|
| Boolean |
True if export mode is selected and false otherwise. |
IsExpertModeSelected
Queries on whether expert mode is selected.
procedure IsExpertModeSelected(): Boolean
Returns
| Type | Description |
|---|---|
| Boolean |
True if expert mode is selected and false otherwise. |
GetLedgerEntriesDefaultClassification
Gets the default classification for ledger entries.
procedure GetLedgerEntriesDefaultClassification(): Option
Returns
| Type | Description |
|---|---|
| Option |
The default classification for ledger entries. |
GetTemplatesDefaultClassification
Gets the default classification for templates.
procedure GetTemplatesDefaultClassification(): Option
Returns
| Type | Description |
|---|---|
| Option |
The default classification for templates. |
GetSetupTablesDefaultClassification
Gets the default classification for setup tables.
procedure GetSetupTablesDefaultClassification(): Option
Returns
| Type | Description |
|---|---|
| Option |
The default classification for setup tables. |