Enum 1367 Field Log Entry Feature
- App
- Base Application
- Namespace
- System.Diagnostics
- Versions
- 17-28
Versions171819202122232425262728
Source29
Source in 29
src/Layers/W1/BaseApp/System/ChangeLog/FieldLogEntryFeature.enum.al16 lines, Copyright (c) Microsoft Corporation. MIT
namespace System.Diagnostics;
enum 1367 "Field Log Entry Feature"
{
Extensible = true;
value(0; "Change Log")
{
}
value(1; "Monitor Sensitive Fields")
{
}
value(2; All)
{
}
}