Table 8887 Email Connector Logo
- App
- System Application
- Namespace
- System.Email
- Versions
- 17-28
Versions171819202122232425262728
Source in 29
src/System Application/App/Email/src/Connector/EmailConnectorLogo.Table.al35 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.Email;
table 8887 "Email Connector Logo"
{
DataClassification = SystemMetadata;
Access = Internal;
InherentPermissions = X;
InherentEntitlements = X;
fields
{
field(1; Connector; Enum "Email Connector")
{
DataClassification = SystemMetadata;
}
field(2; Logo; Media)
{
DataClassification = CustomerContent;
}
}
keys
{
key(PK; Connector)
{
Clustered = true;
}
}
}