Table 9045 Acc. Payable Performance Chart, source in 29
Source29
src/Layers/W1/BaseApp/Finance/ReceivablesPayables/AccPayablePerformanceChart.Table.al42 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 Microsoft.Finance.ReceivablesPayables;
table 9045 "Acc. Payable Performance Chart"
{
Caption = 'Payable Performance Chart';
DataClassification = CustomerContent;
ReplicateData = false;
InherentEntitlements = X;
InherentPermissions = X;
fields
{
field(1; "Code Unit ID"; Integer)
{
Caption = 'Code Unit ID';
}
field(2; "Chart Name"; Text[60])
{
Caption = 'Chart Name';
ToolTip = 'Specifies the name of the chart.';
}
field(3; Enabled; Boolean)
{
Caption = 'Enabled';
ToolTip = 'Specifies that the chart is enabled.';
}
}
keys
{
key(PK; "Code Unit ID", "Chart Name")
{
Clustered = true;
}
}
}