Table 9451 Ext. File Storage Connector in 26

App
System Application
Namespace
System.ExternalFileStorage

Fields, 3Keys, 1

Versions171819202122232425262728latest

Source26272829

Source in 26

src/System Application/App/External File Storage/src/Connector/ExtFileStorageConnector.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 9451 "Ext. File Storage Connector"
{
    TableType = Temporary;
    Access = Internal;
    InherentPermissions = X;
    InherentEntitlements = X;

    fields
    {
        field(1; Connector; Enum "Ext. File Storage Connector") { }
        field(2; Logo; Media) { }
        field(3; Description; Text[250]) { }
    }

    keys
    {
        key(PK; Connector)
        {
            Clustered = true;
        }
    }
}

Fields, 3

IdNameTypeObsolete
1ConnectorEnum Ext. File Storage Connector-
2LogoMedia-
3DescriptionText[250]-

Keys, 1

NameFieldsObsolete
PK, clusteredConnector-