Page "Assembly Line Avail."

ID 909
Namespace: Microsoft.Assembly.Document

Properties

Name Value
Caption Lines
Editable False
LinksAllowed False
PageType ListPart
SourceTable Table Microsoft.Assembly.Document."Assembly Line"
SourceTableTemporary True
SourceTableView sorting("Document Type", "Document No.", Type) order(ascending) where("Document Type" = const(Order), Type = const(Item), "No." = filter(<> ''))

Methods

SetLinesRecord

procedure SetLinesRecord(var AssemblyLine: Record "Assembly Line")

Parameters

Name Type Description
AssemblyLine Table Microsoft.Assembly.Document."Assembly Line"

SetHeader

procedure SetHeader(AssemblyHeader2: Record "Assembly Header")

Parameters

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

Events

OnAfterGetRecordOnBeforeCalcAvailToAssemble

[IntegrationEvent(True,False)]
local procedure OnAfterGetRecordOnBeforeCalcAvailToAssemble(var AssemblyLine: Record "Assembly Line", var AssemblyHeader: Record "Assembly Header", var Item: Record Item, var GrossRequirement: Decimal, var ScheduledReceipt: Decimal, var ExpectedInventory: Decimal, var AvailableInventory: Decimal, var EarliestDate: Date, var AbleToAssemble: Decimal, var IsHandled: Boolean)

Parameters

Name Type Description
AssemblyLine Table Microsoft.Assembly.Document."Assembly Line"
AssemblyHeader Table Microsoft.Assembly.Document."Assembly Header"
Item Table Microsoft.Inventory.Item.Item
GrossRequirement Decimal
ScheduledReceipt Decimal
ExpectedInventory Decimal
AvailableInventory Decimal
EarliestDate Date
AbleToAssemble Decimal
IsHandled Boolean

See also