Table 1810 Assisted Setup Icons in 25
- App
- System Application
- Namespace
- System.Environment.Configuration
- Obsolete
- Removed 19.0. Icons are added directly from the extensions that add assisted setup, so no need to aggregate the icons here.
Versions171819202122232425262728latest
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;
}
}
}
Fields, 3
| Id | Name | Type | Obsolete |
|---|---|---|---|
| 1 | No. | Code[50] | - |
| 2 | Image | Media | - |
| 3 | Media Resources Ref | Code[50] | - |
Keys, 1
| Name | Fields | Obsolete |
|---|---|---|
| Key1, clustered | No. | - |