Enum extension 8900 Email Address Entity
- App
- Base Application
- Namespace
- System.EMail
- Versions
- 19-28
- Extends
- #63ca2fa44f034f2ba480172fef340d3f#Email Address Entity
Versions171819202122232425262728
Source29
Source in 29
src/Layers/W1/BaseApp/OtherCapabilities/Email/EmailAddressEntity.EnumExt.al21 lines, Copyright (c) Microsoft Corporation. MIT
namespace System.Email;
enumextension 8900 "Email Address Entity" extends "Email Address Entity"
{
value(1; Contact)
{
Caption = 'Contact';
}
value(2; Customer)
{
Caption = 'Customer';
}
value(3; Vendor)
{
Caption = 'Vendor';
}
value(4; Employee)
{
Caption = 'Employee';
}
}