Page 7190 Get Purchase Price, source in 29
Source29
src/Layers/W1/BaseApp/Purchases/Pricing/GetPurchasePrice.Page.al67 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.Purchases.Pricing;
page 7190 "Get Purchase Price"
{
Caption = 'Get Purchase Price';
Editable = false;
PageType = List;
SourceTable = "Purchase Price";
layout
{
area(content)
{
repeater(Control1)
{
ShowCaption = false;
field("Vendor No."; Rec."Vendor No.")
{
ApplicationArea = Suite;
}
field("Currency Code"; Rec."Currency Code")
{
ApplicationArea = Suite;
Visible = false;
}
field("Item No."; Rec."Item No.")
{
ApplicationArea = Suite;
}
field("Variant Code"; Rec."Variant Code")
{
ApplicationArea = Planning;
Visible = false;
}
field("Unit of Measure Code"; Rec."Unit of Measure Code")
{
ApplicationArea = Suite;
}
field("Minimum Quantity"; Rec."Minimum Quantity")
{
ApplicationArea = Suite;
}
field("Direct Unit Cost"; Rec."Direct Unit Cost")
{
ApplicationArea = Suite;
}
field("Starting Date"; Rec."Starting Date")
{
ApplicationArea = Suite;
}
field("Ending Date"; Rec."Ending Date")
{
ApplicationArea = Suite;
}
}
}
}
actions
{
}
}