Table 1807 Assisted Setup Log in 24
- App
- System Application
- Namespace
- System.Environment.Configuration
- Obsolete
- Removed 23.0. The logs are not used.
Versions171819202122232425262728latest
Source2425
Source in 24
src/System Application/App/Guided Experience/src/Assisted Setup/AssistedSetupLog.Table.al60 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.Environment.Configuration;
table 1807 "Assisted Setup Log"
{
Access = Internal;
InherentEntitlements = X;
InherentPermissions = X;
Caption = 'Assisted Setup Log';
ReplicateData = false;
ObsoleteState = Removed;
ObsoleteTag = '23.0';
ObsoleteReason = 'The logs are not used.';
fields
{
field(1; "No."; Integer)
{
DataClassification = SystemMetadata;
AutoIncrement = true;
Caption = 'No.';
}
field(3; "Entery No."; Integer)
{
DataClassification = SystemMetadata;
Caption = 'Entery No.';
TableRelation = "Guided Experience Item"."Object ID to Run";
}
field(10; "Date Time"; DateTime)
{
DataClassification = SystemMetadata;
Caption = 'Date Time';
}
field(11; "Invoked Action"; Option)
{
DataClassification = SystemMetadata;
Caption = 'Invoked Action';
OptionCaption = ' ,Video,Help,Tour,Assisted Setup';
OptionMembers = " ",Video,Help,Tour,"Assisted Setup";
ObsoleteState = Removed;
ObsoleteReason = 'Only videos opened are logged.';
ObsoleteTag = '19.0';
}
}
keys
{
key(Key1; "No.")
{
Clustered = true;
}
}
}
Fields, 4
| Id | Name | Type | Obsolete | ||||
|---|---|---|---|---|---|---|---|
| 1 | No. | Integer | - | ||||
| 3 | Entery No. | Integer | - | ||||
| 10 | Date Time | DateTime | - | ||||
| 11 | Invoked Action | Option | Removed 19.0 | ||||
| Only videos opened are logged. | |||||||
Keys, 1
| Name | Fields | Obsolete |
|---|---|---|
| Key1, clustered | No. | - |