KVSFCYBOMCostShares#
Procedures#
InitItem(Record Item) :#
Summary: Initializes the BOM Cost Shares page with a specific item for cost analysis. This procedure sets up the page to display BOM cost breakdown for the specified item, configuring the item filter and display mode for item-based cost analysis.
procedure InitItem(var NewItem: Record "Item"):
Parameters:
NewItem: The item record to analyze. Contains the item master data including BOM structure references.
InitAsmOrder(Record Assembly Header) :#
Summary: Initializes the BOM Cost Shares page with a specific assembly order for cost analysis. This procedure configures the page to display BOM cost breakdown for the specified assembly order, enabling analysis of assembly-specific costs including components and resources.
procedure InitAsmOrder(NewAsmHeader: Record "Assembly Header"):
Parameters:
NewAsmHeader: The assembly header record containing assembly order details and BOM references for cost analysis.
InitProdOrder(Record Prod. Order Line) :#
Summary: Initializes the BOM Cost Shares page with a specific production order line for cost analysis. This procedure sets up the page to display BOM cost breakdown for the specified production order line, enabling detailed analysis of production-specific costs including materials, capacity, and overhead.
procedure InitProdOrder(NewProdOrderLine: Record "Prod. Order Line"):
Parameters:
NewProdOrderLine: The production order line record containing production details, routing, and BOM information for cost analysis.