Table 920 Res. Gr. Availability Buffer, source in 29
Source29
src/Layers/W1/BaseApp/Projects/Resources/Analysis/ResGrAvailabilityBuffer.Table.al93 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.Projects.Resources.Analysis;
table 920 "Res. Gr. Availability Buffer"
{
DataClassification = SystemMetadata;
fields
{
field(1; "Resource Group No."; Code[20])
{
Caption = 'Resource Group No.';
DataClassification = SystemMetadata;
}
field(5; "Period Type"; Option)
{
Caption = 'Period Type';
OptionCaption = 'Day,Week,Month,Quarter,Year,Period';
OptionMembers = Day,Week,Month,Quarter,Year,Period;
DataClassification = SystemMetadata;
}
field(6; "Period Name"; Text[50])
{
Caption = 'Period Name';
ToolTip = 'Specifies the name of the period shown in the line.';
DataClassification = SystemMetadata;
}
field(7; "Period Start"; Date)
{
Caption = 'Period Start';
ToolTip = 'Specifies the start date of the period defined on the line for the resource group.';
DataClassification = SystemMetadata;
}
field(8; "Period End"; Date)
{
Caption = 'Period End';
DataClassification = SystemMetadata;
}
field(10; Capacity; Decimal)
{
AutoFormatType = 0;
Caption = 'Capacity';
ToolTip = 'Specifies the total capacity for the corresponding time period.';
DataClassification = SystemMetadata;
}
field(11; "Qty. on Order (Job)"; Decimal)
{
AutoFormatType = 0;
Caption = 'Qty. on Order';
DataClassification = SystemMetadata;
}
field(12; "Qty. on Service Order"; Decimal)
{
AutoFormatType = 0;
Caption = 'Qty. Allocated on Service Order';
DataClassification = SystemMetadata;
}
field(13; "Availability After Orders"; Decimal)
{
AutoFormatType = 0;
Caption = 'Availability After Orders';
ToolTip = 'Specifies the capacity minus the quantity on order.';
DataClassification = SystemMetadata;
}
field(14; "Qty. Quoted (Job)"; Decimal)
{
AutoFormatType = 0;
Caption = 'Project Quotes Allocation';
DataClassification = SystemMetadata;
}
field(15; "Net Availability"; Decimal)
{
AutoFormatType = 0;
Caption = 'Net Availability';
ToolTip = 'Specifies capacity, minus the quantity on order (Project), minus quantity on Service Order, minus Project Quotes Allocation.';
DataClassification = SystemMetadata;
}
}
keys
{
key(Key1; "Period Type", "Period Start")
{
Clustered = true;
}
}
}