Codeunit "Purch.HeaderArch-Printed"

ID 321
Namespace: Microsoft.Purchases.Archive

Properties

Name Value
TableNo Table Microsoft.Purchases.Archive."Purchase Header Archive"

Methods

SetSuppressCommit

procedure SetSuppressCommit(NewSuppressCommit: Boolean)

Parameters

Name Type Description
NewSuppressCommit Boolean

Events

OnBeforeModify

[IntegrationEvent(False,False)]
local procedure OnBeforeModify(var PurchaseHeaderArchive: Record "Purchase Header Archive")

Parameters

Name Type Description
PurchaseHeaderArchive Table Microsoft.Purchases.Archive."Purchase Header Archive"

OnBeforeOnRun

[IntegrationEvent(False,False)]
local procedure OnBeforeOnRun(var PurchaseHeaderArchive: Record "Purchase Header Archive", var SuppressCommit: Boolean)

Parameters

Name Type Description
PurchaseHeaderArchive Table Microsoft.Purchases.Archive."Purchase Header Archive"
SuppressCommit Boolean

See also