Page "Assembly Availability Check"

ID 913
Namespace: Microsoft.Assembly.Document

Properties

Name Value
Caption Assembly Availability Check
Editable False
InsertAllowed False
ModifyAllowed False
DeleteAllowed False
DelayedInsert False
LinksAllowed False
MultipleNewLines False
PopulateAllFields False
SaveValues False
ShowFilter True
SourceTable Table Microsoft.Assembly.Document."Assembly Header"
SourceTableTemporary True

Methods

SetHeading

procedure SetHeading(Value: Text)

Parameters

Name Type Description
Value Text

SetAssemblyHeader

procedure SetAssemblyHeader(var TempAssemblyHeader2: Record "Assembly Header" temporary)

Parameters

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

SetAssemblyLines

procedure SetAssemblyLines(var TempAssemblyLine2: Record "Assembly Line" temporary)

Parameters

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

SetHeaderInventoryData

procedure SetHeaderInventoryData(Inventory2: Decimal, GrossRequirement2: Decimal, ReservedRequirement2: Decimal, ScheduledReceipts2: Decimal, ReservedReceipts2: Decimal, EarliestAvailableDate2: Date, QtyAvailToMake2: Decimal, QtyAvailTooLow2: Boolean)

Parameters

Name Type Description
Inventory2 Decimal
GrossRequirement2 Decimal
ReservedRequirement2 Decimal
ScheduledReceipts2 Decimal
ReservedReceipts2 Decimal
EarliestAvailableDate2 Date
QtyAvailToMake2 Decimal
QtyAvailTooLow2 Boolean

PopulateDataOnNotification

procedure PopulateDataOnNotification(var AssemblyAvailabilityCheckNotification: Notification, var AssemblyHeader: Record "Assembly Header")

Parameters

Name Type Description
AssemblyAvailabilityCheckNotification Notification
AssemblyHeader Table Microsoft.Assembly.Document."Assembly Header"

InitializeFromNotification

procedure InitializeFromNotification(AssemblyAvailabilityCheckNotification: Notification, var AssemblyHeader: Record "Assembly Header", var ExisitngDocument: Boolean)

Parameters

Name Type Description
AssemblyAvailabilityCheckNotification Notification
AssemblyHeader Table Microsoft.Assembly.Document."Assembly Header"
ExisitngDocument Boolean

Events

OnAfterPopulateDataOnNotification

[IntegrationEvent(False,False)]
procedure OnAfterPopulateDataOnNotification(var AssemblyAvailabilityCheckNotification: Notification, var AssemblyHeader: Record "Assembly Header")

Parameters

Name Type Description
AssemblyAvailabilityCheckNotification Notification
AssemblyHeader Table Microsoft.Assembly.Document."Assembly Header"

OnAfterInitializeFromNotification

[IntegrationEvent(False,False)]
procedure OnAfterInitializeFromNotification(var AssemblyAvailabilityCheckNotification: Notification, var AssemblyHeader: Record "Assembly Header")

Parameters

Name Type Description
AssemblyAvailabilityCheckNotification Notification
AssemblyHeader Table Microsoft.Assembly.Document."Assembly Header"

See also