Report Order

ID 405
Namespace: Microsoft.Purchases.Document

Properties

Name Value
DefaultLayout RDLC
RDLCLayout ./Purchases/Document/Order.rdlc
Caption Order
PreviewMode PrintLayout
WordMergeDataItem Purchase Header

Methods

InitializeRequest

procedure InitializeRequest(NewNoOfCopies: Integer, NewShowInternalInfo: Boolean, NewArchiveDocument: Boolean, NewLogInteraction: Boolean)

Parameters

Name Type Description
NewNoOfCopies Integer
NewShowInternalInfo Boolean
NewArchiveDocument Boolean
NewLogInteraction Boolean

Events

OnAfterInitReport

[IntegrationEvent(True,False)]
local procedure OnAfterInitReport()

OnAfterPostDataItem

[IntegrationEvent(True,False)]
local procedure OnAfterPostDataItem(var PurchaseHeader: Record "Purchase Header")

Parameters

Name Type Description
PurchaseHeader Table Microsoft.Purchases.Document."Purchase Header"

See also