Table 1526 Workflow Record Change Archive
- App
- Base Application
- Namespace
- System.Automation
- Versions
- 17-28
Versions171819202122232425262728
Source29
Source in 29
src/Layers/W1/BaseApp/System/Workflow/WorkflowRecordChangeArchive.Table.al60 lines, Copyright (c) Microsoft Corporation. MIT
namespace System.Automation;
table 1526 "Workflow Record Change Archive"
{
Caption = 'Workflow Record Change Archive';
ReplicateData = true;
DataClassification = CustomerContent;
fields
{
field(1; "Entry No."; Integer)
{
AutoIncrement = true;
Caption = 'Entry No.';
}
field(2; "Table No."; Integer)
{
Caption = 'Table No.';
}
field(3; "Field No."; Integer)
{
Caption = 'Field No.';
}
field(4; "Old Value"; Text[250])
{
Caption = 'Old Value';
}
field(5; "New Value"; Text[250])
{
Caption = 'New Value';
}
field(6; "Record ID"; RecordID)
{
Caption = 'Record ID';
DataClassification = CustomerContent;
}
field(7; "Workflow Step Instance ID"; Guid)
{
Caption = 'Workflow Step Instance ID';
}
field(9; Inactive; Boolean)
{
Caption = 'Inactive';
}
}
keys
{
key(Key1; "Entry No.")
{
Clustered = true;
}
}
fieldgroups
{
}
}