Share via


Report "Item - Able to Make (Timeline)"

ID 5871
Namespace: Microsoft.Inventory.Reports

Provides an overview on the dynamic BOM availability. Visualise key inventory figures and forecast production capabilities to meet demand efficiently. Stay ahead with real-time insights into your assembly and production schedules.

Properties

Name Value
DefaultRenderingLayout ExcelLayout
AdditionalSearchTerms assembly availability
ApplicationArea #Planning
Caption Item - Able to Make (Timeline)
PreviewMode PrintLayout
UsageCategory ReportsAndAnalysis

Methods

Initialize

procedure Initialize(NewStartingDate: Date, NewDateInterval: Option, NewNoOfIntervals: Integer, NewShowDetails: Boolean)

Parameters

Name Type Description
NewStartingDate Date
NewDateInterval Option
NewNoOfIntervals Integer
NewShowDetails Boolean

InitSource

procedure InitSource(NewSourceRecordVar: Variant, NewShowBy: Enum "BOM Structure Show By")

Parameters

Name Type Description
NewSourceRecordVar Variant
NewShowBy Enum Microsoft.Inventory.BOM."BOM Structure Show By"

InitAsmOrder

Obsolete

This element will become obsolete from version 27.0. Replaced by procedure InitSource()

[Obsolete(Replaced by procedure InitSource(),27.0)]
procedure InitAsmOrder(NewAsmHeader: Record "Assembly Header")

Parameters

Name Type Description
NewAsmHeader Table Microsoft.Assembly.Document."Assembly Header"

InitProdOrder

Obsolete

This element will become obsolete from version 27.0. Replaced by procedure InitSource()

[Obsolete(Replaced by procedure InitSource(),27.0)]
procedure InitProdOrder(NewProdOrderLine: Record "Prod. Order Line")

Parameters

Name Type Description
NewProdOrderLine Table Microsoft.Manufacturing.Document."Prod. Order Line"

Events

OnGenerateAvailTrendOnBeforeGenerateTreeForItem

[IntegrationEvent(False,False)]
local procedure OnGenerateAvailTrendOnBeforeGenerateTreeForItem(var Item: Record Item, var BOMBuffer: Record "BOM Buffer" temporary, CurrDate: Date, var IsHandled: Boolean)

Parameters

Name Type Description
Item Table Microsoft.Inventory.Item.Item
BOMBuffer Table Microsoft.Inventory.BOM."BOM Buffer"
CurrDate Date
IsHandled Boolean

See also