Table 1810 Assisted Setup Icons

App
System Application
Namespace
System.Environment.Configuration
Versions
17-25, not in 28
Obsolete
Removed 19.0, seen from 17. Icons are added directly from the extensions that add assisted setup, so no need to aggregate the icons here.

Fields, 3Keys, 1Obsolete, 1

Versions171819202122232425262728

Source2425

Source in 25

src/System Application/App/Guided Experience/src/Assisted Setup/AssistedSetupIcons.Table.al46 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 1810 "Assisted Setup Icons"
{
    Access = Internal;
    Caption = 'Assisted Setup Icons';
    DataPerCompany = false;
    ReplicateData = false;
    ObsoleteState = Removed;
    ObsoleteReason = 'Icons are added directly from the extensions that add assisted setup, so no need to aggregate the icons here.';
    ObsoleteTag = '19.0';

    fields
    {
        field(1; "No."; Code[50])
        {
            DataClassification = CustomerContent;
            Caption = 'No.';
        }
        field(2; Image; Media)
        {
            DataClassification = CustomerContent;
            Caption = 'Image';
        }
        field(3; "Media Resources Ref"; Code[50])
        {
            DataClassification = CustomerContent;
            Caption = 'Media Resources Ref';
        }
    }

    keys
    {
        key(Key1; "No.")
        {
            Clustered = true;
        }
    }
}