Page 99000787 Production BOM List, source in 29
Source29
src/Layers/W1/BaseApp/Manufacturing/ProductionBOM/ProductionBOMList.Page.al285 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.Manufacturing.ProductionBOM;
using Microsoft.Foundation.Attachment;
using Microsoft.Manufacturing.Comment;
using Microsoft.Manufacturing.Reports;
page 99000787 "Production BOM List"
{
AdditionalSearchTerms = 'bill of materials';
ApplicationArea = Manufacturing;
Caption = 'Production BOMs';
CardPageID = "Production BOM";
DataCaptionFields = "No.";
Editable = false;
PageType = List;
AboutTitle = 'About Production BOMs';
AboutText = 'Manage and track production Bills of Materials, including creating, editing, and versioning BOMs with multiple components to support manufacturing processes and product changes.';
SourceTable = "Production BOM Header";
UsageCategory = Lists;
layout
{
area(content)
{
repeater(Control1)
{
ShowCaption = false;
field("No."; Rec."No.")
{
ApplicationArea = Manufacturing;
}
field(Description; Rec.Description)
{
ApplicationArea = Manufacturing;
}
field("Description 2"; Rec."Description 2")
{
ApplicationArea = Manufacturing;
Visible = false;
}
field(Status; Rec.Status)
{
ApplicationArea = Manufacturing;
}
field("Unit of Measure Code"; Rec."Unit of Measure Code")
{
ApplicationArea = Manufacturing;
}
field("Search Name"; Rec."Search Name")
{
ApplicationArea = Manufacturing;
Visible = false;
}
field("Version Nos."; Rec."Version Nos.")
{
ApplicationArea = Manufacturing;
Visible = false;
}
field("Last Date Modified"; Rec."Last Date Modified")
{
ApplicationArea = Manufacturing;
Visible = false;
}
}
}
area(factboxes)
{
part("Attached Documents List"; "Doc. Attachment List Factbox")
{
ApplicationArea = Manufacturing;
Caption = 'Documents';
UpdatePropagation = Both;
SubPageLink = "Table ID" = const(Database::"Production BOM Header"),
"No." = field("No.");
}
systempart(Control1900383207; Links)
{
ApplicationArea = RecordLinks;
Visible = false;
}
systempart(Control1905767507; Notes)
{
ApplicationArea = Notes;
Visible = true;
}
}
}
actions
{
area(navigation)
{
group("&Prod. BOM")
{
Caption = '&Prod. BOM';
Image = BOM;
action("Co&mments")
{
ApplicationArea = Manufacturing;
Caption = 'Co&mments';
Image = ViewComments;
RunObject = Page "Manufacturing Comment Sheet";
RunPageLink = "Table Name" = const("Production BOM Header"),
"No." = field("No.");
ToolTip = 'View or add comments for the record.';
}
action(Versions)
{
ApplicationArea = Manufacturing;
Caption = 'Versions';
Image = BOMVersions;
//The property 'PromotedCategory' can only be set if the property 'Promoted' is set to 'true'
//PromotedCategory = Process;
RunObject = Page "Prod. BOM Version List";
RunPageLink = "Production BOM No." = field("No.");
ToolTip = 'View any alternate versions of the production BOM.';
}
action("Prod. BOM Version Comparison")
{
ApplicationArea = Manufacturing;
Caption = 'Production BOM Version Comparison';
Image = ProdBOMMatrixPerVersion;
ToolTip = 'View a list of all versions and items and the used quantity per item of a production BOM. You can use the matrix to compare different production BOM versions concerning the used items per version.';
trigger OnAction()
var
ProdBOMVersionComparison: Page "Prod. BOM Version Comparison";
begin
ProdBOMVersionComparison.Set(Rec);
ProdBOMVersionComparison.Run();
end;
}
action("Where-used")
{
ApplicationArea = Manufacturing;
Caption = 'Where-used';
Image = "Where-Used";
ToolTip = 'View a list of BOMs in which the item is used.';
trigger OnAction()
begin
ProdBOMWhereUsed.SetProdBOM(Rec, WorkDate());
ProdBOMWhereUsed.Run();
end;
}
action(DocAttach)
{
ApplicationArea = Manufacturing;
Caption = 'Attachments';
Image = Attach;
ToolTip = 'Add a file as an attachment. You can attach images as well as documents.';
trigger OnAction()
var
DocumentAttachmentDetails: Page "Document Attachment Details";
RecRef: RecordRef;
begin
RecRef.GetTable(Rec);
DocumentAttachmentDetails.OpenForRecRef(RecRef);
DocumentAttachmentDetails.RunModal();
end;
}
}
}
area(processing)
{
action("Exchange Production BOM Item")
{
ApplicationArea = Manufacturing;
Caption = 'Exchange Production BOM Item';
Image = ExchProdBOMItem;
RunObject = Report "Exchange Production BOM Item";
}
action("Delete Expired Components")
{
ApplicationArea = Manufacturing;
Caption = 'Delete Expired Components';
Image = DeleteExpiredComponents;
RunObject = Report "Delete Expired Components";
}
action("Calculate Low-Level Code")
{
ApplicationArea = Manufacturing;
Caption = 'Calculate Low-Level Code';
Image = CalculateHierarchy;
RunObject = Report "Calculate Low Level Code";
}
}
area(reporting)
{
action("Where-Used (Top Level)")
{
ApplicationArea = Manufacturing;
Caption = 'Where-Used (Top Level)';
Image = "Report";
RunObject = Report "Where-Used (Top Level)";
}
action("Quantity Explosion of BOM")
{
ApplicationArea = Manufacturing;
Caption = 'Quantity Explosion of BOM';
Image = "Report";
RunObject = Report "Quantity Explosion of BOM";
}
#if not CLEAN27
action("Compare List")
{
ApplicationArea = Manufacturing;
Caption = 'Compare List (Obsolete)';
Image = "Report";
//The property 'PromotedCategory' can only be set if the property 'Promoted' is set to 'true'
//PromotedCategory = "Report";
RunObject = Report "Compare List";
ToolTip = 'View a comparison of components for two items. The printout compares the components, their unit cost, cost share and cost per component.';
ObsoleteState = Pending;
ObsoleteReason = 'This report has been replaced by the "Compare Production Cost Shares" report and will be removed in a future release.';
ObsoleteTag = '27.0';
}
#endif
action("Compare Production Cost Shares")
{
ApplicationArea = Manufacturing;
Caption = 'Compare Production Cost Shares';
Image = "Report";
RunObject = Report "Compare Production Cost Shares";
}
}
area(Promoted)
{
group(Category_Process)
{
Caption = 'Process';
actionref("Exchange Production BOM Item_Promoted"; "Exchange Production BOM Item")
{
}
actionref("Delete Expired Components_Promoted"; "Delete Expired Components")
{
}
}
group("Category_Prod. BOM")
{
Caption = 'Prod. BOM';
actionref("Prod. BOM Version Comparison_Promoted"; "Prod. BOM Version Comparison")
{
}
actionref("Co&mments_Promoted"; "Co&mments")
{
}
actionref(Versions_Promoted; Versions)
{
}
actionref("Where-used_Promoted"; "Where-used")
{
}
actionref(DocAttach_Promoted; DocAttach)
{
}
}
group(Category_Report)
{
Caption = 'Reports';
actionref("Where-Used (Top Level)_Promoted"; "Where-Used (Top Level)")
{
}
actionref("Quantity Explosion of BOM_Promoted"; "Quantity Explosion of BOM")
{
}
}
}
}
var
ProdBOMWhereUsed: Page "Prod. BOM Where-Used";
}