Page 177 Standard Purchase Codes, source in 29
Source29
src/Layers/W1/BaseApp/Purchases/Document/StandardPurchaseCodes.Page.al61 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.Document;
page 177 "Standard Purchase Codes"
{
AdditionalSearchTerms = 'recurring purchase,reorder,repeat purchases';
ApplicationArea = Suite;
Caption = 'Recurring Purchase Lines';
CardPageID = "Standard Purchase Code Card";
InsertAllowed = false;
ModifyAllowed = false;
PageType = List;
SourceTable = "Standard Purchase Code";
UsageCategory = Administration;
layout
{
area(content)
{
repeater(Control1)
{
ShowCaption = false;
field("Code"; Rec.Code)
{
ApplicationArea = Suite;
}
field(Description; Rec.Description)
{
ApplicationArea = Suite;
}
field("Currency Code"; Rec."Currency Code")
{
ApplicationArea = Suite;
Visible = false;
}
}
}
area(factboxes)
{
systempart(Control1900383207; Links)
{
ApplicationArea = RecordLinks;
Visible = false;
}
systempart(Control1905767507; Notes)
{
ApplicationArea = Notes;
Visible = false;
}
}
}
actions
{
}
}