Codeunit "Purch.Header-Printed"
ID 317
Namespace: Microsoft.Purchases.Document
Properties
| Name | Value |
|---|---|
| TableNo | Table Microsoft.Purchases.Document."Purchase Header" |
Methods
SetSuppressCommit
procedure SetSuppressCommit(NewSuppressCommit: Boolean)
Parameters
| Name | Type | Description |
|---|---|---|
| NewSuppressCommit | Boolean |
Events
OnBeforeModify
[IntegrationEvent(False,False)]
local procedure OnBeforeModify(var PurchaseHeader: Record "Purchase Header")
Parameters
| Name | Type | Description |
|---|---|---|
| PurchaseHeader | Table Microsoft.Purchases.Document."Purchase Header" |
OnBeforeOnRun
[IntegrationEvent(False,False)]
local procedure OnBeforeOnRun(var PurchaseHeader: Record "Purchase Header", var SuppressCommit: Boolean)
Parameters
| Name | Type | Description |
|---|---|---|
| PurchaseHeader | Table Microsoft.Purchases.Document."Purchase Header" | |
| SuppressCommit | Boolean |