Page 1383 Item Templ. List, source in 29
Source29
src/Layers/W1/BaseApp/Inventory/Item/ItemTemplList.Page.al35 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.Inventory.Item;
page 1383 "Item Templ. List"
{
Caption = 'Item Templates';
PageType = List;
ApplicationArea = Basic, Suite;
UsageCategory = Lists;
SourceTable = "Item Templ.";
CardPageId = "Item Templ. Card";
Editable = false;
layout
{
area(Content)
{
repeater(Control1)
{
field(Code; Rec.Code)
{
ApplicationArea = Basic, Suite;
}
field(Description; Rec.Description)
{
ApplicationArea = Basic, Suite;
}
}
}
}
}