Share via


Page "Item Availability by BOM Level"

ID 5871
Namespace: Microsoft.Inventory.Availability

Properties

Name Value
Caption Item Availability by BOM Level
DeleteAllowed False
InsertAllowed False
PageType Worksheet
SourceTable Table Microsoft.Inventory.BOM."BOM Buffer"
SourceTableTemporary True

Methods

InitItem

procedure InitItem(var NewItem: Record Item)

Parameters

Name Type Description
NewItem Table Microsoft.Inventory.Item.Item

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"

InitDate

procedure InitDate(NewDemandDate: Date)

Parameters

Name Type Description
NewDemandDate Date

GetSelectedDate

procedure GetSelectedDate(): Date

Returns

Type Description
Date

Events

OnRefreshPageOnBeforeCheckItemHasBOM

[IntegrationEvent(False,False)]
local procedure OnRefreshPageOnBeforeCheckItemHasBOM(var Item: Record Item, var IsHandled: Boolean)

Parameters

Name Type Description
Item Table Microsoft.Inventory.Item.Item
IsHandled Boolean

OnOpenPageOnBeforeRefreshPage

[IntegrationEvent(False,False)]
local procedure OnOpenPageOnBeforeRefreshPage(var BOMBuffer: Record "BOM Buffer")

Parameters

Name Type Description
BOMBuffer Table Microsoft.Inventory.BOM."BOM Buffer"

See also