Table 9452 File Storage Connector Logo in 28
- App
- System Application
- Namespace
- System.ExternalFileStorage
Versions171819202122232425262728latest
Source in 28
src/System Application/App/External File Storage/src/Connector/FileStorageConnectorLogo.Table.al29 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.ExternalFileStorage;
table 9452 "File Storage Connector Logo"
{
DataClassification = SystemMetadata;
Access = Internal;
ReplicateData = false;
InherentPermissions = X;
InherentEntitlements = X;
fields
{
field(1; Connector; Enum "Ext. File Storage Connector") { }
field(2; Logo; Media) { }
}
keys
{
key(PK; Connector)
{
Clustered = true;
}
}
}Fields, 2
| Id | Name | Type | Obsolete |
|---|---|---|---|
| 1 | Connector | Enum Ext. File Storage Connector | - |
| 2 | Logo | Media | - |
Keys, 1
| Name | Fields | Obsolete |
|---|---|---|
| PK, clustered | Connector | - |