Table 1807 Assisted Setup Log in 24

App
System Application
Namespace
System.Environment.Configuration
Obsolete
Removed 23.0. The logs are not used.

Fields, 4Keys, 1

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

IdNameTypeObsolete
1No.Integer-
3Entery No.Integer-
10Date TimeDateTime-
11Invoked ActionOptionRemoved 19.0
Only videos opened are logged.

Keys, 1

NameFieldsObsolete
Key1, clusteredNo.-