Table 8905 Email Connector in 26
- App
- System Application
- Namespace
- System.Email
Versions171819202122232425262728latest
Source in 26
src/System Application/App/Email/src/Connector/EmailConnector.Table.al39 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 8905 "Email Connector"
{
TableType = Temporary;
Access = Internal;
InherentPermissions = X;
InherentEntitlements = X;
fields
{
field(1; Connector; Enum "Email Connector")
{
DataClassification = SystemMetadata;
}
field(2; Logo; Blob)
{
DataClassification = SystemMetadata;
Subtype = Bitmap;
}
field(3; Description; Text[250])
{
DataClassification = SystemMetadata;
}
}
keys
{
key(PK; Connector)
{
Clustered = true;
}
}
}Fields, 3
| Id | Name | Type | Obsolete |
|---|---|---|---|
| 1 | Connector | Enum Email Connector | - |
| 2 | Logo | Blob | - |
| 3 | Description | Text[250] | - |
Keys, 1
| Name | Fields | Obsolete |
|---|---|---|
| PK, clustered | Connector | - |