Page "Assembly Order"

ID 900
Namespace: Microsoft.Assembly.Document

Properties

Name Value
Caption Assembly Order
PageType Document
RefreshOnActivate True
SourceTable Table Microsoft.Assembly.Document."Assembly Header"
SourceTableView sorting("Document Type", "No.") order(ascending) where("Document Type" = const(Order))

Events

OnBeforeDeleteRecord

[IntegrationEvent(False,False)]
local procedure OnBeforeDeleteRecord(var AssemblyHeader: Record "Assembly Header")

Parameters

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

OnBeforeAsmToOrderWhseShptLine

[IntegrationEvent(False,False)]
local procedure OnBeforeAsmToOrderWhseShptLine(var AssemblyHeader: Record "Assembly Header", var IsHandled: Boolean)

Parameters

Name Type Description
AssemblyHeader Table Microsoft.Assembly.Document."Assembly Header"
IsHandled Boolean

See also