mirror of
https://github.com/microsoft/BCQuality.git
synced 2026-08-06 09:26:52 +01:00
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 9c2eebc4-dcd5-4b85-8113-90772d818900
23 lines
493 B
AL
23 lines
493 B
AL
table 50202 "System Configuration Log"
|
|
{
|
|
fields
|
|
{
|
|
field(1; "Entry No."; Integer)
|
|
{
|
|
DataClassification = SystemMetadata;
|
|
}
|
|
field(2; "Changed By"; Code[50])
|
|
{
|
|
DataClassification = EndUserIdentifiableInformation;
|
|
}
|
|
field(3; "Change Description"; Text[250])
|
|
{
|
|
DataClassification = CustomerContent;
|
|
}
|
|
}
|
|
|
|
keys
|
|
{
|
|
key(PK; "Entry No.") { Clustered = true; }
|
|
}
|
|
}
|